summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2015-03-01 00:53:13 +0100
committerMarek Vasut <marex@denx.de>2015-03-02 10:59:50 +0100
commit855596795e7fd5eaabd3a1a895e267a1a61f0071 (patch)
tree6212a042487aec9e1204f945bcf09ab6f1316683 /include
parent50dea4626f8687f9a77e95e3e7d2d1cc6bd70dc7 (diff)
downloadtalos-obmc-uboot-855596795e7fd5eaabd3a1a895e267a1a61f0071.tar.gz
talos-obmc-uboot-855596795e7fd5eaabd3a1a895e267a1a61f0071.zip
pxa: colibri_pxa270: migrate to generic board
Migrate Toradex Colibri PXA270 to use CONFIG_SYS_GENERIC_BOARD. Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri_pxa270.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/colibri_pxa270.h b/include/configs/colibri_pxa270.h
index b8df89cc57..bb4841919d 100644
--- a/include/configs/colibri_pxa270.h
+++ b/include/configs/colibri_pxa270.h
@@ -2,6 +2,7 @@
* Toradex Colibri PXA270 configuration file
*
* Copyright (C) 2010 Marek Vasut <marek.vasut@gmail.com>
+ * Copyright (C) 2015 Marcel Ziswiler <marcel@ziswiler.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -13,6 +14,7 @@
* High Level Board Configuration Options
*/
#define CONFIG_CPU_PXA27X 1 /* Marvell PXA270 CPU */
+#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_SYS_TEXT_BASE 0x0
/*
OpenPOWER on IntegriCloud