summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configs/ea3250_defconfig6
-rw-r--r--configs/fdi3250_defconfig6
-rw-r--r--configs/phy3250_defconfig6
3 files changed, 18 insertions, 0 deletions
diff --git a/configs/ea3250_defconfig b/configs/ea3250_defconfig
index da84c7e3df..9cd7b3481d 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 505dc8b899..1fd0b05d1e 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 d46d7190e4..bc17d5c800 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"
OpenPOWER on IntegriCloud