diff options
author | Alexandre Belloni <abelloni@adeneo-embedded.com> | 2012-01-05 12:03:49 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-01 23:30:44 +0100 |
commit | 20695936ad63f602662bc4c6124a26312c46ff52 (patch) | |
tree | d505483d14292fff433adb41e76c1e9d085e01ab /boot/Config.in | |
parent | 14b600203b31f69d4ca90572b2fbf096053c29e0 (diff) |
lpc32xx: Add CDL to the available bootloaders
This will build kickstart and s1l for the selected board and install
them alongside u-boot.
Signed-off-by: Alexandre Belloni <abelloni@adeneo-embedded.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/Config.in')
-rw-r--r-- | boot/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/Config.in b/boot/Config.in index 7e3d10845..f8ab1cff5 100644 --- a/boot/Config.in +++ b/boot/Config.in @@ -4,6 +4,7 @@ source "boot/at91bootstrap/Config.in" source "boot/at91dataflashboot/Config.in" source "boot/barebox/Config.in" source "boot/grub/Config.in" +source "boot/lpc32xxcdl/Config.in" source "boot/syslinux/Config.in" source "boot/uboot/Config.in" source "boot/xloader/Config.in" |