diff options
author | Prabhakar Kushwaha <prabhakar at freescale.com> | 2015-05-28 14:54:07 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-07-20 11:44:35 -0700 |
commit | ff1b8e3f556ca8e339e9b85c31575592e3100e02 (patch) | |
tree | dd3a35b219ccb89b26c35bcc190d3df462b9541e /include | |
parent | 226296656c6efe4eb2b26dbbebc417455bdfd99d (diff) | |
download | u-boot-imx-ff1b8e3f556ca8e339e9b85c31575592e3100e02.zip u-boot-imx-ff1b8e3f556ca8e339e9b85c31575592e3100e02.tar.gz u-boot-imx-ff1b8e3f556ca8e339e9b85c31575592e3100e02.tar.bz2 |
armv8/ls2085a: Avoid hard-coding for board name print
LS2085A supports 6 personalities i.e. LS2045AE, LS2045A, LS2080AE,
LS2080A, LS2085AE and LS2085A personlities.
Instead of hard-coding, board name should change as per selected
personality.
Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ls2085aqds.h | 3 | ||||
-rw-r--r-- | include/configs/ls2085ardb.h | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/ls2085aqds.h b/include/configs/ls2085aqds.h index c9f3236..da73067 100644 --- a/include/configs/ls2085aqds.h +++ b/include/configs/ls2085aqds.h @@ -9,9 +9,6 @@ #include "ls2085a_common.h" -#define CONFIG_IDENT_STRING " LS2085A-QDS" -#define CONFIG_BOOTP_VCI_STRING "U-boot.LS2085A-QDS" - #define CONFIG_DISPLAY_BOARDINFO #ifndef __ASSEMBLY__ diff --git a/include/configs/ls2085ardb.h b/include/configs/ls2085ardb.h index dd5505b..ccb85d0 100644 --- a/include/configs/ls2085ardb.h +++ b/include/configs/ls2085ardb.h @@ -8,8 +8,6 @@ #define __LS2_RDB_H #include "ls2085a_common.h" -#define CONFIG_IDENT_STRING " LS2085A-RDB" -#define CONFIG_BOOTP_VCI_STRING "U-boot.LS2085A-RDB" #undef CONFIG_CONS_INDEX #define CONFIG_CONS_INDEX 2 |