]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM64: zynqmp: Use the same name for atf image everywhere
authorMichal Simek <michal.simek@xilinx.com>
Wed, 21 Sep 2016 09:42:58 +0000 (11:42 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 22 Sep 2016 05:33:21 +0000 (07:33 +0200)
Use atf-uboot.ub image instead of atf.ub.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h

index 4d42978e8f551695fb4f80ba2932f390bc0065ef..5ed8beb9c2fa2f98dc38e7d4325ddedf02caaeb4 100644 (file)
 #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