From mboxrd@z Thu Jan 1 00:00:00 1970 From: George G. Davis Date: Wed, 21 Dec 2005 10:50:07 -0500 Subject: [U-Boot-Users] Enable proper ramdisk support in OMAP5912OSK defconfig Message-ID: <20051221155007.GD435@mvista.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Greetings, Please apply: Index: u-boot/include/configs/omap5912osk.h =================================================================== --- u-boot.orig/include/configs/omap5912osk.h +++ u-boot/include/configs/omap5912osk.h @@ -52,6 +52,7 @@ #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS 1 +#define CONFIG_INITRD_TAG 1 /* Required for ramdisk support */ /* * Size of malloc() pool TIA! -- Regards, George