From: Michal Simek Date: Fri, 28 Aug 2015 11:34:37 +0000 (+0200) Subject: zynqmp: Allow overwrite identification string X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7cfb904899abd45706548a2c1a3d0815e5d54a2;p=thirdparty%2Fu-boot.git 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 01391e837d2..bf549910f51 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -38,7 +38,9 @@ /* Cache Definitions */ #define CONFIG_SYS_CACHELINE_SIZE 64 +#ifndef CONFIG_IDENT_STRING #define CONFIG_IDENT_STRING " Xilinx ZynqMP" +#endif #define CONFIG_BOOTP_VCI_STRING "U-boot.armv8.Xilinx_ZynqMP" /* Text base on 16MB for now - 0 doesn't work */