From: Michal Simek Date: Wed, 21 Sep 2016 09:42:58 +0000 (+0200) Subject: ARM64: zynqmp: Use the same name for atf image everywhere X-Git-Tag: v2016.11-rc1~113^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1309f6716527f0db0b52eeb8048303d3a7d66bde;p=u-boot ARM64: zynqmp: Use the same name for atf image everywhere Use atf-uboot.ub image instead of atf.ub. Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 4d42978e8f..5ed8beb9c2 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -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