Don't compile u-boot by default
authorClaudio Mignanti <c.mignanti@gmail.com>
Sun, 24 Oct 2010 16:10:30 +0000 (16:10 +0000)
committerClaudio Mignanti <c.mignanti@gmail.com>
Sun, 24 Oct 2010 16:10:30 +0000 (16:10 +0000)
SVN-Revision: 23621

target/linux/at91/image/Config.in

index 129c62164e07f49a0d80af12e1dfe4d0b34b1c9c..ed1a52b01edb6f8556b9e6d7c9a416196d2341c1 100644 (file)
@@ -1,12 +1,12 @@
 config AT91_DFBOOT
        bool "Build dataflashboot loader"
        depends TARGET_at91
-       default y
+       default n
 
 config AT91_UBOOT
        bool "Build U-Boot bootloader"
        depends TARGET_at91
-       default y
+       default n
 
 config UBOOT_TARGET
        string "U-Boot target board"