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
@ -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…
Reference in New Issue
Block a user