]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: board: puma_rk3399: rename ATF firmware
authorKlaus Goger <klaus.goger@theobroma-systems.com>
Tue, 18 Jul 2017 19:41:28 +0000 (21:41 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sun, 13 Aug 2017 15:12:35 +0000 (17:12 +0200)
prefix the bl31 firmware needed to build uboot.itb so it can coexist in
the build area with ATFs from other boards (i.e. lion_rk3368)

Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/theobroma-systems/puma_rk3399/README
board/theobroma-systems/puma_rk3399/fit_spl_atf.its

index 250e3459a3a6e4ac37356ee4a8a110bb16ce9e2a..214281a32990e25c573c8d39ba79f1100f5e8972 100644 (file)
@@ -37,7 +37,7 @@ Compile the ATF
 
   > cd arm-trusted-firmware
   > make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rk3399 bl31
-  > cp build/rk3399/release/bl31.bin ../u-boot
+  > cp build/rk3399/release/bl31.bin ../u-boot/bl31-rk3399.bin
 
 Compile the M0 firmware
 =======================
index 0519fad5fcdd9584d7e1ade75b298aa23bef0043..520f846d66a51bc56b0bcbc0f990e5415d306db8 100644 (file)
@@ -23,7 +23,7 @@
                };
                atf {
                        description = "ARM Trusted Firmware";
-                       data = /incbin/("../../../bl31.bin");
+                       data = /incbin/("../../../bl31-rk3399.bin");
                        type = "firmware";
                        arch = "arm64";
                        compression = "none";