From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Fri, 29 Jul 2016 16:13:54 +0530 Subject: [U-Boot] [PATCH 2/3] zynqmp: Move config IDENT_STRING to defconfig In-Reply-To: <1469786509-18626-2-git-send-email-sivadur@xilinx.com> References: <1469786509-18626-1-git-send-email-sivadur@xilinx.com> <1469786509-18626-2-git-send-email-sivadur@xilinx.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 29 July 2016 at 15:31, Siva Durga Prasad Paladugu wrote: > Move config IDENT_STRING to defconfig for all > zynqmp boards. > > Signed-off-by: Siva Durga Prasad Paladugu > --- > configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 1 + > configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 1 + > configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig | 1 + > configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig | 1 + > configs/xilinx_zynqmp_zcu102_defconfig | 1 + > configs/xilinx_zynqmp_zcu102_revB_defconfig | 1 + > include/configs/xilinx_zynqmp_zc1751_xm015_dc1.h | 2 -- > include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h | 2 -- > include/configs/xilinx_zynqmp_zc1751_xm018_dc4.h | 2 -- > include/configs/xilinx_zynqmp_zc1751_xm019_dc5.h | 2 -- > include/configs/xilinx_zynqmp_zcu102.h | 2 -- > 11 files changed, 6 insertions(+), 10 deletions(-) > > diff --git a/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig b/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig > index 51637fc..de0e2d3 100644 > --- a/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig > +++ b/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig > @@ -14,6 +14,7 @@ CONFIG_FIT=y > CONFIG_FIT_VERBOSE=y > CONFIG_SPL_LOAD_FIT=y > CONFIG_HUSH_PARSER=y > +CONFIG_IDENT_STRING=" Xilinx ZynqMP ZC1751 xm015 dc1" > CONFIG_SYS_PROMPT="ZynqMP> " > # CONFIG_CMD_IMLS is not set > CONFIG_CMD_MEMTEST=y > diff --git a/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig b/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig > index 9fa1562..1db0735 100644 > --- a/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig > +++ b/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig > @@ -14,6 +14,7 @@ CONFIG_FIT=y > CONFIG_FIT_VERBOSE=y > CONFIG_SPL_LOAD_FIT=y > CONFIG_HUSH_PARSER=y > +CONFIG_IDENT_STRING=" Xilinx ZynqMP ZC1751 xm016 dc2" > CONFIG_SYS_PROMPT="ZynqMP> " > # CONFIG_CMD_IMLS is not set > CONFIG_CMD_MEMTEST=y > diff --git a/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig b/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig > index efa7b8c..7c6b5ab 100644 > --- a/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig > +++ b/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig > @@ -13,6 +13,7 @@ CONFIG_FIT=y > CONFIG_FIT_VERBOSE=y > CONFIG_SPL_LOAD_FIT=y > CONFIG_HUSH_PARSER=y > +CONFIG_IDENT_STRING=" Xilinx ZynqMP ZC1751 xm018 dc4" > CONFIG_SYS_PROMPT="ZynqMP> " > # CONFIG_CMD_IMLS is not set > CONFIG_CMD_MEMTEST=y > diff --git a/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig b/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig > index a6818c1..2505fef 100644 > --- a/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig > +++ b/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig > @@ -13,6 +13,7 @@ CONFIG_FIT=y > CONFIG_FIT_VERBOSE=y > CONFIG_SPL_LOAD_FIT=y > CONFIG_HUSH_PARSER=y > +CONFIG_IDENT_STRING=" Xilinx ZynqMP ZC1751 xm019 dc5" > CONFIG_SYS_PROMPT="ZynqMP> " > # CONFIG_CMD_IMLS is not set > CONFIG_CMD_MEMTEST=y > diff --git a/configs/xilinx_zynqmp_zcu102_defconfig b/configs/xilinx_zynqmp_zcu102_defconfig > index b0303f6..a95f684 100644 > --- a/configs/xilinx_zynqmp_zcu102_defconfig > +++ b/configs/xilinx_zynqmp_zcu102_defconfig > @@ -13,6 +13,7 @@ CONFIG_FIT=y > CONFIG_FIT_VERBOSE=y > CONFIG_SPL_LOAD_FIT=y > CONFIG_HUSH_PARSER=y > +CONFIG_IDENT_STRING=" Xilinx ZynqMP ZCU102" > CONFIG_SYS_PROMPT="ZynqMP> " > # CONFIG_CMD_IMLS is not set > CONFIG_CMD_MEMTEST=y > diff --git a/configs/xilinx_zynqmp_zcu102_revB_defconfig b/configs/xilinx_zynqmp_zcu102_revB_defconfig > index b2b5208..8f29d8d 100644 > --- a/configs/xilinx_zynqmp_zcu102_revB_defconfig > +++ b/configs/xilinx_zynqmp_zcu102_revB_defconfig > @@ -13,6 +13,7 @@ CONFIG_FIT=y > CONFIG_FIT_VERBOSE=y > CONFIG_SPL_LOAD_FIT=y > CONFIG_HUSH_PARSER=y > +CONFIG_IDENT_STRING=" Xilinx ZynqMP ZCU102" I think it should end with "revB" just to differentiate with non revB board. -- Jagan.