]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
board/BuR/kwb: Support booting Linux
authorHannes Petermaier <oe5hpm@oevsv.at>
Tue, 3 Feb 2015 12:22:40 +0000 (13:22 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:20:10 +0000 (14:20 +0200)
For series testing purpose we need to boot some linux, therefore we enable
the needed features

- bootz
- devicetree

Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
include/configs/kwb.h

index 2c59fbdd2733eeb53b152525328238da3397bf60..7989f4b475556d6a9e14b5bc9a0e0fc6898e070f 100644 (file)
 #define CONFIG_BOOTDELAY               1 /* TODO: für release auf 0 setzen */
 
 /* undefine command which we not need here */
-#undef CONFIG_BOOTM_LINUX
 #undef CONFIG_BOOTM_NETBSD
 #undef CONFIG_BOOTM_PLAN9
 #undef CONFIG_BOOTM_RTEMS
+#undef CONFIG_CMD_CRC32
+
+/* Support both device trees and ATAGs. */
+#define CONFIG_OF_LIBFDT
+#define CONFIG_CMDLINE_TAG
+#define CONFIG_SETUP_MEMORY_TAGS
+#define CONFIG_INITRD_TAG
+#define CONFIG_CMD_BOOTZ
 
 /* USB configuration */
 #define CONFIG_USB_MUSB_DSPS