From: Michal Simek Date: Fri, 28 Aug 2015 11:34:37 +0000 (+0200) Subject: ARM64: zynqmp: Allow overwrite identification string X-Git-Tag: v2016.03-rc1~46^2~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=15c3eb53a98f38b1261429166ac3162eadec8441;p=u-boot ARM64: zynqmp: Allow overwrite identification string Keep default option there but allow overwrite it. Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index dcd7552bd1..5008722bf4 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -35,7 +35,9 @@ /* Cache Definitions */ #define CONFIG_SYS_CACHELINE_SIZE 64 -#define CONFIG_IDENT_STRING " Xilinx ZynqMP" +#if !defined(CONFIG_IDENT_STRING) +# define CONFIG_IDENT_STRING " Xilinx ZynqMP" +#endif #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x7fff0)