summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-lpc32xx
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2015-02-12 00:24:20 +0200
committerTom Rini <trini@ti.com>2015-02-16 15:48:36 -0500
commit0ce3f1f90ae6168805f20e473a9ed7fab5fb13a8 (patch)
treeb706fcd8be07b63efed9608c2d9e1eecd9aa612f /arch/arm/include/asm/arch-lpc32xx
parent60c4ae00be11f07a9b60f95e76538785062f873b (diff)
downloadtalos-obmc-uboot-0ce3f1f90ae6168805f20e473a9ed7fab5fb13a8.tar.gz
talos-obmc-uboot-0ce3f1f90ae6168805f20e473a9ed7fab5fb13a8.zip
ARM: lpc3250: config: add generic board support
The only LPC3250 board works fine with enabled generic board support, add CONFIG_SYS_GENERIC_BOARD right into the arch config header. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/include/asm/arch-lpc32xx')
-rw-r--r--arch/arm/include/asm/arch-lpc32xx/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-lpc32xx/config.h b/arch/arm/include/asm/arch-lpc32xx/config.h
index 8f6426bc1b..564441cbfa 100644
--- a/arch/arm/include/asm/arch-lpc32xx/config.h
+++ b/arch/arm/include/asm/arch-lpc32xx/config.h
@@ -1,7 +1,7 @@
/*
* Common definitions for LPC32XX board configurations
*
- * Copyright (C) 2011 Vladimir Zapolskiy <vz@mleia.com>
+ * Copyright (C) 2011-2015 Vladimir Zapolskiy <vz@mleia.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -9,6 +9,8 @@
#ifndef _LPC32XX_CONFIG_H
#define _LPC32XX_CONFIG_H
+#define CONFIG_SYS_GENERIC_BOARD
+
/* Basic CPU architecture */
#define CONFIG_ARCH_CPU_INIT
OpenPOWER on IntegriCloud