From 9eee902c010f8bd464e66b32ff073b5e8c66fb09 Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Wed, 11 Apr 2012 15:06:50 +0200 Subject: Add sam-ba to at91sam926*_defconfig [Peter: also add to 9g0dfc] Signed-off-by: Alexandre Belloni Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- configs/at91sam9260dfc_defconfig | 4 ++++ configs/at91sam9261ek_defconfig | 4 ++++ configs/at91sam9263ek_defconfig | 4 ++++ configs/at91sam9g20dfc_defconfig | 4 ++++ 4 files changed, 16 insertions(+) (limited to 'configs') 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" -- cgit v1.2.3