summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar at freescale.com>2015-05-28 09:24:07 (GMT)
committerYork Sun <yorksun@freescale.com>2015-07-20 18:44:35 (GMT)
commitff1b8e3f556ca8e339e9b85c31575592e3100e02 (patch)
treedd3a35b219ccb89b26c35bcc190d3df462b9541e /include/configs
parent226296656c6efe4eb2b26dbbebc417455bdfd99d (diff)
downloadu-boot-ff1b8e3f556ca8e339e9b85c31575592e3100e02.tar.xz
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/configs')
-rw-r--r--include/configs/ls2085aqds.h3
-rw-r--r--include/configs/ls2085ardb.h2
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