summaryrefslogtreecommitdiffstats
path: root/include/configs/TQM860L.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2014-10-24 15:31:26 +0200
committerWolfgang Denk <wd@denx.de>2014-10-29 16:18:08 +0100
commit23c5d253d5fa4586e2342934a0a8ec21c1f21a36 (patch)
tree087f6ce01d9d3a298e6cdcb98941b181452d7774 /include/configs/TQM860L.h
parentd58a9451e7339ed4cf2b2627e534611f427fb791 (diff)
downloadtalos-obmc-uboot-23c5d253d5fa4586e2342934a0a8ec21c1f21a36.tar.gz
talos-obmc-uboot-23c5d253d5fa4586e2342934a0a8ec21c1f21a36.zip
powerpc: tqm8xx*: convert to generic board
This converts all TQM8xx boards (MPC8xx based) to generic board. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/TQM860L.h')
-rw-r--r--include/configs/TQM860L.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/TQM860L.h b/include/configs/TQM860L.h
index 855b0cddc4..ebc5571632 100644
--- a/include/configs/TQM860L.h
+++ b/include/configs/TQM860L.h
@@ -1,5 +1,5 @@
/*
- * (C) Copyright 2000-2008
+ * (C) Copyright 2000-2014
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* SPDX-License-Identifier: GPL-2.0+
@@ -19,6 +19,8 @@
#define CONFIG_MPC860 1 /* This is a MPC860 CPU */
#define CONFIG_TQM860L 1 /* ...on a TQM8xxL module */
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
#define CONFIG_SYS_TEXT_BASE 0x40000000
OpenPOWER on IntegriCloud