All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Add sam-ba to at91sam926*_defconfig
@ 2012-04-11 13:06 Alexandre Belloni
  2012-04-11 13:35 ` Thomas Petazzoni
  2012-04-15  9:23 ` Peter Korsgaard
  0 siblings, 2 replies; 11+ messages in thread
From: Alexandre Belloni @ 2012-04-11 13:06 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net>
---
 configs/at91sam9260dfc_defconfig |    4 ++++
 configs/at91sam9261ek_defconfig  |    5 +++++
 configs/at91sam9263ek_defconfig  |    4 ++++
 3 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/configs/at91sam9260dfc_defconfig b/configs/at91sam9260dfc_defconfig
index 3cd58ac..921afa8 100644
--- a/configs/at91sam9260dfc_defconfig
+++ b/configs/at91sam9260dfc_defconfig
@@ -2,6 +2,10 @@
 BR2_arm=y
 BR2_arm926t=y
 
+# Host utilities
+#
+BR2_PACKAGE_HOST_SAM_BA=y
+
 # First stage bootloader
 BR2_TARGET_AT91BOOTSTRAP=y
 BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9260ek"
diff --git a/configs/at91sam9261ek_defconfig b/configs/at91sam9261ek_defconfig
index 73edd89..b801bbe 100644
--- a/configs/at91sam9261ek_defconfig
+++ b/configs/at91sam9261ek_defconfig
@@ -2,6 +2,11 @@
 BR2_arm=y
 BR2_arm926t=y
 
+
+# Host utilities
+#
+BR2_PACKAGE_HOST_SAM_BA=y
+
 # First stage bootloader
 BR2_TARGET_AT91BOOTSTRAP=y
 BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9261ek"
diff --git a/configs/at91sam9263ek_defconfig b/configs/at91sam9263ek_defconfig
index e4a44f1..2cd82c0 100644
--- a/configs/at91sam9263ek_defconfig
+++ b/configs/at91sam9263ek_defconfig
@@ -2,6 +2,10 @@
 BR2_arm=y
 BR2_arm926t=y
 
+# Host utilities
+#
+BR2_PACKAGE_HOST_SAM_BA=y
+
 # First stage bootloader
 BR2_TARGET_AT91BOOTSTRAP=y
 BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9263ek"
-- 
1.7.5.4

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

end of thread, other threads:[~2012-04-16 13:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11 13:06 [Buildroot] [PATCH] Add sam-ba to at91sam926*_defconfig Alexandre Belloni
2012-04-11 13:35 ` Thomas Petazzoni
2012-04-11 13:50   ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-11 19:24     ` Alexandre Belloni
2012-04-15  9:19     ` Peter Korsgaard
2012-04-15 13:56       ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-15 17:04         ` Peter Korsgaard
2012-04-16 12:34           ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-16 13:23             ` Thomas Petazzoni
2012-04-16 13:31               ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-15  9:23 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.