From: Marcel Ziswiler Date: Fri, 11 Jul 2008 00:39:14 +0000 (+0200) Subject: Enable passing of ATAGs required by latest Linux kernel. X-Git-Tag: v1.3.4-rc1~32 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dbf3dfb386a2d5d2381814e39985ab2e21894550;p=u-boot Enable passing of ATAGs required by latest Linux kernel. --- diff --git a/include/configs/pxa255_idp.h b/include/configs/pxa255_idp.h index 4a9cadbc73..b7ea1a9c99 100644 --- a/include/configs/pxa255_idp.h +++ b/include/configs/pxa255_idp.h @@ -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 */