summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@piout.net>2012-04-11 15:06:50 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-04-15 11:22:48 +0200
commit9eee902c010f8bd464e66b32ff073b5e8c66fb09 (patch)
tree9a94201bd77eee7d96cd560b7613250b7ad697e4 /configs
parentb4a8ae3e8cc9f5a7b0b4b6f7004c51e661dcc456 (diff)
Add sam-ba to at91sam926*_defconfig
[Peter: also add to 9g0dfc] Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r--configs/at91sam9260dfc_defconfig4
-rw-r--r--configs/at91sam9261ek_defconfig4
-rw-r--r--configs/at91sam9263ek_defconfig4
-rw-r--r--configs/at91sam9g20dfc_defconfig4
4 files changed, 16 insertions, 0 deletions
diff --git a/configs/at91sam9260dfc_defconfig b/configs/at91sam9260dfc_defconfig
index 3cd58ac7e..921afa8b3 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 73edd8976..aafb166a4 100644
--- a/configs/at91sam9261ek_defconfig
+++ b/configs/at91sam9261ek_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="at91sam9261ek"
diff --git a/configs/at91sam9263ek_defconfig b/configs/at91sam9263ek_defconfig
index e4a44f11e..2cd82c03e 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"
diff --git a/configs/at91sam9g20dfc_defconfig b/configs/at91sam9g20dfc_defconfig
index 4a4b09c39..723b9e197 100644
--- a/configs/at91sam9g20dfc_defconfig
+++ b/configs/at91sam9g20dfc_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="at91sam9g20ek"