@ -100,8 +100,9 @@
# define CONFIG_BAUDRATE 115200
# define CONFIG_BAUDRATE 115200
# define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, \
# define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, \
115200 }
115200 }
# define CONFIG_GENERIC_MMC 1
# define CONFIG_MMC 1
# define CONFIG_MMC 1
# define CONFIG_OMAP3 _MMC 1
# define CONFIG_OMAP_HS MMC 1
# define CONFIG_DOS_PARTITION 1
# define CONFIG_DOS_PARTITION 1
/* DDR - I use Micron DDR */
/* DDR - I use Micron DDR */
@ -182,7 +183,7 @@
" mtdparts= " MTDPARTS_DEFAULT " \0 " \
" mtdparts= " MTDPARTS_DEFAULT " \0 " \
# define CONFIG_BOOTCOMMAND \
# define CONFIG_BOOTCOMMAND \
" if mmc init && fatload mmc1 0 ${loadaddr} autoboot.scr || " \
" if mmc rescan && fatload mmc1 0 ${loadaddr} autoboot.scr || " \
" ext2load mmc1 0 ${loadaddr} autoboot.scr; then " \
" ext2load mmc1 0 ${loadaddr} autoboot.scr; then " \
" source ${loadaddr}; " \
" source ${loadaddr}; " \
" fi; " \
" fi; " \