diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-11 18:26:07 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-11 18:26:07 +0000 |
commit | 7f4141ae20e2db75b0a8ffcfe231dabeb25ce7b2 (patch) | |
tree | 5976c7dd2f1b21720399353f18860f1917baebc1 /target/Config.in | |
parent | 944e92856ac4dc38d2993ef98512955ad2bb9947 (diff) |
separate u-boot for at91 arm and everything else
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index a9a40e4d3..2c70f45fb 100644 --- a/target/Config.in +++ b/target/Config.in @@ -18,6 +18,8 @@ source "target/x86/grub/Config.in" #source "target/x86/grub2/Config.in" source "target/x86/syslinux/Config.in" source "target/powerpc/yaboot/Config.in" +source "target/u-boot/Config.in" +source "target/device/Atmel/u-boot/Config.in" endmenu menu "Kernel" |