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>
This commit is contained in:
parent
cf630f289f
commit
c818456c44
@ -88,10 +88,17 @@
|
|||||||
#define CONFIG_BOOTDELAY 1 /* TODO: für release auf 0 setzen */
|
#define CONFIG_BOOTDELAY 1 /* TODO: für release auf 0 setzen */
|
||||||
|
|
||||||
/* undefine command which we not need here */
|
/* undefine command which we not need here */
|
||||||
#undef CONFIG_BOOTM_LINUX
|
|
||||||
#undef CONFIG_BOOTM_NETBSD
|
#undef CONFIG_BOOTM_NETBSD
|
||||||
#undef CONFIG_BOOTM_PLAN9
|
#undef CONFIG_BOOTM_PLAN9
|
||||||
#undef CONFIG_BOOTM_RTEMS
|
#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 */
|
/* USB configuration */
|
||||||
#define CONFIG_USB_MUSB_DSPS
|
#define CONFIG_USB_MUSB_DSPS
|
||||||
|
Loading…
Reference in New Issue
Block a user