summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar at freescale.com>2015-05-28 14:54:07 +0530
committerYork Sun <yorksun@freescale.com>2015-07-20 11:44:35 -0700
commitff1b8e3f556ca8e339e9b85c31575592e3100e02 (patch)
treedd3a35b219ccb89b26c35bcc190d3df462b9541e /include
parent226296656c6efe4eb2b26dbbebc417455bdfd99d (diff)
downloadtalos-obmc-uboot-ff1b8e3f556ca8e339e9b85c31575592e3100e02.tar.gz
talos-obmc-uboot-ff1b8e3f556ca8e339e9b85c31575592e3100e02.zip
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.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 c9f323639a..da730671a0 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 dd5505b5eb..ccb85d0179 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
OpenPOWER on IntegriCloud