add initial support for the beaglebone, kernel not ready, but u-boot MLO works

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 13 years ago
parent 7426da0f7f
commit 36d83d0bb6

@ -934,6 +934,17 @@ case "$UBOOT_TYPE" in
SERIAL="ttyO2"
is_omap
;;
beaglebone)
SYSTEM=beaglebone
unset IN_VALID_UBOOT
DO_UBOOT=1
ABI_VER=10
SERIAL="ttyO2"
is_omap
SERIAL_MODE=1
;;
igepv2)
@ -1075,6 +1086,7 @@ Additional/Optional options:
(omap)
beagle_bx - <Ax/Bx Models>
beagle - <Cx, xM A/B/C>
beaglebone - <testing>
igepv2 -
panda - <dvi or serial>
touchbook - <serial only>

Loading…
Cancel
Save