diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-07-11 22:46:09 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-11 23:39:52 +0200 |
commit | a4ca959321da218ebb2e5078831e5ec1f4d8da34 (patch) | |
tree | d7dc679d86ebf673af5e5f213b8050ba48d843ac /boot/Config.in | |
parent | 9af0ee86b71cd8bb679687204cc380bd9ff2c73d (diff) |
u-boot: rename to uboot
This will allow to match the currently Config.in option
BR2_TARGET_UBOOT, in order to make it easy to integrate U-Boot into
the package infrastructure.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/Config.in')
-rw-r--r-- | boot/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Config.in b/boot/Config.in index 67ab8aca4..67adae831 100644 --- a/boot/Config.in +++ b/boot/Config.in @@ -3,7 +3,7 @@ menu "Bootloaders" source "boot/barebox/Config.in" source "boot/grub/Config.in" source "boot/syslinux/Config.in" -source "boot/u-boot/Config.in" +source "boot/uboot/Config.in" source "boot/at91bootstrap/Config.in" source "boot/at91dataflashboot/Config.in" |