[U-Boot] [RESEND PATCH 06/12] pxa: colibri_pxa270: migrate to generic board
Marcel Ziswiler
marcel at ziswiler.com
Sun Mar 1 00:53:13 CET 2015
Migrate Toradex Colibri PXA270 to use CONFIG_SYS_GENERIC_BOARD.
Signed-off-by: Marcel Ziswiler <marcel at ziswiler.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
include/configs/colibri_pxa270.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/colibri_pxa270.h b/include/configs/colibri_pxa270.h
index b8df89c..bb48419 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 at gmail.com>
+ * Copyright (C) 2015 Marcel Ziswiler <marcel at 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
/*
--
1.9.3
More information about the U-Boot
mailing list