diff --git a/include/configs/omap4430sdp.h b/include/configs/omap4430sdp.h index 52f5e1e..cf764b5 100644 --- a/include/configs/omap4430sdp.h +++ b/include/configs/omap4430sdp.h @@ -143,14 +143,15 @@ root=/dev/nfs rw nfsroot=128.247.77.158:/home/a0384864/wtbu/rootfs \ ip=dhcp" #else -#define CONFIG_BOOTARGS "root=/dev/ram0 rw mem=512M console=ttyS2,115200n8 \ -initrd=0x81600000,64M ramdisk_size=65536" +#define CONFIG_BOOTARGS "root=/dev/mmcblk0p2 rw mem=512M console=ttyO2,115200n8 vram=16M,tcp,rsize=2048,wsize=2048 omapfb.vram=0:5M,1:5M" #endif #define CONFIG_NETMASK 255.255.254.0 #define CONFIG_IPADDR 128.247.77.90 #define CONFIG_SERVERIP 128.247.77.158 -#define CONFIG_BOOTFILE "uImage" +#define CONFIG_BOOTFILE uImage +#define CONFIG_BOOTDELAY 0 +#define CONFIG_BOOTCOMMAND "mmcinit 0 ; fatload mmc 0 0x82000000 ${bootfile} ; bootm 0x82000000" #define CONFIG_AUTO_COMPLETE 1 /* * Miscellaneous configurable options