[PATCH 1/2] at91sam9260ek: fix broken defconfig
Hubert Feurstein
h.feurstein at gmail.com
Wed Sep 14 17:10:30 EDT 2011
The defconfig was broken in commit
cbf46b2 "at91: Support for at91rm9200: core chip & board support"
because ARCH_AT91RM9200 was added before ARCH_AT91SAM9260 in Kconfig.
Signed-off-by: Hubert Feurstein <h.feurstein at gmail.com>
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
arch/arm/configs/at91sam9260ek_defconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/configs/at91sam9260ek_defconfig b/arch/arm/configs/at91sam9260ek_defconfig
index 6038aec..2d04206 100644
--- a/arch/arm/configs/at91sam9260ek_defconfig
+++ b/arch/arm/configs/at91sam9260ek_defconfig
@@ -1,3 +1,4 @@
+CONFIG_ARCH_AT91SAM9260=y
CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
CONFIG_LONGHELP=y
CONFIG_GLOB=y
--
1.7.4.1
More information about the barebox
mailing list