bug: this breaks boot on beagle/panda, needs more testing before its unifed

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 13 years ago
parent f9d0f7c866
commit bd32dd3973

@ -930,8 +930,8 @@ function check_mmc {
function is_omap {
SPL_BOOT=1
UIMAGE_ADDR="0x80200000"
UINITRD_ADDR="0x80A00000"
UIMAGE_ADDR="0x80300000"
UINITRD_ADDR="0x81600000"
SERIAL_CONSOLE="${SERIAL},115200n8"
ZRELADD="0x80008000"
SUBARCH="omap"
@ -984,7 +984,9 @@ case "$UBOOT_TYPE" in
SERIAL="ttyO0"
USE_UENV=1
is_omap
UIMAGE_ADDR="0x80200000"
UINITRD_ADDR="0x80A00000"
SERIAL_MODE=1
EXPERIMENTAL_KERNEL=1
;;

Loading…
Cancel
Save