diff --git a/config/sources/rk3328.conf b/config/sources/rk3328.conf index bbebfc8fd8..ba1b503472 100644 --- a/config/sources/rk3328.conf +++ b/config/sources/rk3328.conf @@ -84,7 +84,7 @@ uboot_custom_postprocess() atf_custom_postprocess() { # remove bl31.bin which can be 4+GiB in size and thus may fill the tmpfs mount - rm -f build/rk3328/debug/bl31.bin + rm -f build/rk322xh/debug/bl31.bin # ATF trust_merger trust.ini } diff --git a/patch/atf/atf-rk3328/add-trust-ini.patch b/patch/atf/atf-rk3328/add-trust-ini.patch index 751b56f71d..9178a724cb 100644 --- a/patch/atf/atf-rk3328/add-trust-ini.patch +++ b/patch/atf/atf-rk3328/add-trust-ini.patch @@ -11,7 +11,7 @@ index 0000000..4af021a +SEC=0 +[BL31_OPTION] +SEC=1 -+PATH=./build/rk3328/debug/bl31/bl31.elf ++PATH=./build/rk322xh/debug/bl31/bl31.elf +ADDR=0x10000 +[BL32_OPTION] +SEC=0