Browse Source

Don't compile u-boot by default

SVN-Revision: 23621
Claudio Mignanti 15 years ago
parent
commit
36c2bfcdb2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/at91/image/Config.in

+ 2 - 2
target/linux/at91/image/Config.in

@@ -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"