mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ARM64: zynqmp: Use the same name for atf image everywhere
Use atf-uboot.ub image instead of atf.ub. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
0e82602375
commit
1309f67165
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@
|
|||
#define CONFIG_SYS_SPL_ARGS_ADDR 0x8000000
|
||||
|
||||
/* ATF is my kernel image */
|
||||
#define CONFIG_SPL_FS_LOAD_KERNEL_NAME "atf.ub"
|
||||
#define CONFIG_SPL_FS_LOAD_KERNEL_NAME "atf-uboot.ub"
|
||||
|
||||
/* FIT load address for RAM boot */
|
||||
#define CONFIG_SPL_LOAD_FIT_ADDRESS 0x10000000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue