mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] at91sam9260ek: fix broken defconfig
@ 2011-09-14 21:10 Hubert Feurstein
  2011-09-14 21:10 ` [PATCH 2/2] at91sam9260: remove remaining 'at91_clock_associate' function Hubert Feurstein
  2011-09-15 13:15 ` [PATCH 1/2] at91sam9260ek: fix broken defconfig Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 2 replies; 4+ messages in thread
From: Hubert Feurstein @ 2011-09-14 21:10 UTC (permalink / raw)
  To: barebox

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@gmail.com>
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-09-15 13:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-14 21:10 [PATCH 1/2] at91sam9260ek: fix broken defconfig Hubert Feurstein
2011-09-14 21:10 ` [PATCH 2/2] at91sam9260: remove remaining 'at91_clock_associate' function Hubert Feurstein
2011-09-15 13:15   ` Jean-Christophe PLAGNIOL-VILLARD
2011-09-15 13:15 ` [PATCH 1/2] at91sam9260ek: fix broken defconfig Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox