diff options
author | Alexandre Belloni <alexandre.belloni@piout.net> | 2012-02-07 12:01:26 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-18 15:42:42 +0100 |
commit | 8991218447dabd885359c3880de205d408e47d6d (patch) | |
tree | 0b5991cdebd477ff90efae70074f24fe1b0c78fb /configs/ea3250_defconfig | |
parent | d444e1d4c328d88f1f8befe6912e816876c1cbf4 (diff) |
Add lpc3250loader to lpc3250 configs
Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/ea3250_defconfig')
-rw-r--r-- | configs/ea3250_defconfig | 6 |
1 files changed, 6 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" |