summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorHannes Petermaier <oe5hpm@oevsv.at>2015-02-03 13:22:40 +0100
committerTom Rini <trini@konsulko.com>2015-03-05 20:13:19 -0500
commitc818456c44ca4fbdba60e78b296c0c707460026e (patch)
tree757637279cfc940c7559eb6deaf72ed87ab044ce /include/configs
parentcf630f289f10f380bd0fb66289517021069c5079 (diff)
downloadtalos-obmc-uboot-c818456c44ca4fbdba60e78b296c0c707460026e.tar.gz
talos-obmc-uboot-c818456c44ca4fbdba60e78b296c0c707460026e.zip
board/BuR/kwb: Support booting Linux
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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/kwb.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/configs/kwb.h b/include/configs/kwb.h
index 2c59fbdd27..7989f4b475 100644
--- a/include/configs/kwb.h
+++ b/include/configs/kwb.h
@@ -88,10 +88,17 @@
#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
OpenPOWER on IntegriCloud