mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-30 19:11:37 +00:00
rockchip: board: puma_rk3399: rename ATF firmware
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>
This commit is contained in:
parent
12760080bc
commit
4ce8b4d6a7
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ Compile the ATF
|
||||||
|
|
||||||
> cd arm-trusted-firmware
|
> cd arm-trusted-firmware
|
||||||
> make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rk3399 bl31
|
> 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
|
Compile the M0 firmware
|
||||||
=======================
|
=======================
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
};
|
};
|
||||||
atf {
|
atf {
|
||||||
description = "ARM Trusted Firmware";
|
description = "ARM Trusted Firmware";
|
||||||
data = /incbin/("../../../bl31.bin");
|
data = /incbin/("../../../bl31-rk3399.bin");
|
||||||
type = "firmware";
|
type = "firmware";
|
||||||
arch = "arm64";
|
arch = "arm64";
|
||||||
compression = "none";
|
compression = "none";
|
||||||
|
|
Loading…
Add table
Reference in a new issue