diff options
author | Klaus Goger <klaus.goger@theobroma-systems.com> | 2017-07-18 21:41:28 +0200 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-08-13 17:12:35 +0200 |
commit | 4ce8b4d6a773a69f79d07908fb69baec71977576 (patch) | |
tree | 5acf6c527cb2dc48abbd9670b24c7d98e6e80090 /board/theobroma-systems/puma_rk3399/fit_spl_atf.its | |
parent | 12760080bc8703c163c81aab9c18014421b6a795 (diff) |
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>
Diffstat (limited to 'board/theobroma-systems/puma_rk3399/fit_spl_atf.its')
-rw-r--r-- | board/theobroma-systems/puma_rk3399/fit_spl_atf.its | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/theobroma-systems/puma_rk3399/fit_spl_atf.its b/board/theobroma-systems/puma_rk3399/fit_spl_atf.its index 0519fad5fc..520f846d66 100644 --- a/board/theobroma-systems/puma_rk3399/fit_spl_atf.its +++ b/board/theobroma-systems/puma_rk3399/fit_spl_atf.its @@ -23,7 +23,7 @@ }; atf { description = "ARM Trusted Firmware"; - data = /incbin/("../../../bl31.bin"); + data = /incbin/("../../../bl31-rk3399.bin"); type = "firmware"; arch = "arm64"; compression = "none"; |