diff options
-rw-r--r-- | configs/ea3250_defconfig | 6 | ||||
-rw-r--r-- | configs/fdi3250_defconfig | 6 | ||||
-rw-r--r-- | configs/phy3250_defconfig | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/configs/ea3250_defconfig b/configs/ea3250_defconfig index da84c7e3d..9cd7b3481 100644 --- a/configs/ea3250_defconfig +++ b/configs/ea3250_defconfig @@ -12,6 +12,12 @@ BR2_ARM_EABI=y BR2_GCC_VERSION_4_3_X=y +# +# Host utilities +# +BR2_PACKAGE_HOST_LPC3250LOADER=y + + # Bootloaders BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="ea3250" diff --git a/configs/fdi3250_defconfig b/configs/fdi3250_defconfig index 505dc8b89..1fd0b05d1 100644 --- a/configs/fdi3250_defconfig +++ b/configs/fdi3250_defconfig @@ -12,6 +12,12 @@ BR2_ARM_EABI=y BR2_GCC_VERSION_4_3_X=y +# +# Host utilities +# +BR2_PACKAGE_HOST_LPC3250LOADER=y + + # Bootloaders BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="fdi3250" diff --git a/configs/phy3250_defconfig b/configs/phy3250_defconfig index d46d7190e..bc17d5c80 100644 --- a/configs/phy3250_defconfig +++ b/configs/phy3250_defconfig @@ -12,6 +12,12 @@ BR2_ARM_EABI=y BR2_GCC_VERSION_4_3_X=y +# +# Host utilities +# +BR2_PACKAGE_HOST_LPC3250LOADER=y + + # Bootloaders BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="phy3250" |