mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
Enable passing of ATAGs required by latest Linux kernel.
This commit is contained in:
parent
ef130d3093
commit
dbf3dfb386
1 changed files with 4 additions and 0 deletions
|
@ -208,6 +208,10 @@
|
|||
/* "protect off" */
|
||||
|
||||
|
||||
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
|
||||
#define CONFIG_SETUP_MEMORY_TAGS 1
|
||||
/* #define CONFIG_INITRD_TAG 1 */
|
||||
|
||||
#if defined(CONFIG_CMD_KGDB)
|
||||
#define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port */
|
||||
#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
|
||||
|
|
Loading…
Reference in a new issue