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

@ -919,6 +919,16 @@ case "$UBOOT_TYPE" in
DO_UBOOT=1
ABI_VER=7
SERIAL="ttyO2"
is_omap
;;
igepv2)
SYSTEM=igepv2
unset IN_VALID_UBOOT
DO_UBOOT=1
ABI_VER=3
SERIAL="ttyO2"
is_omap
;;
@ -1038,6 +1048,7 @@ Additional/Optional options:
(omap)
beagle_bx - <Ax/Bx Models>
beagle - <Cx, xM A/B/C>
igepv2 -
panda - <dvi or serial>
touchbook - <serial only>

Loading…
Cancel
Save