beagle_cx: use same bootloader as beagle_bx, older X-Loader

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 13 years ago
parent 9918bcc9fc
commit 43339ecad4

@ -1274,6 +1274,17 @@ function check_uboot_type {
case "$UBOOT_TYPE" in
beagle_bx)
SYSTEM=beagle_bx
unset IN_VALID_UBOOT
DO_UBOOT=1
ABI_VER=1
SERIAL="ttyO2"
USE_UENV=1
is_omap
;;
beagle_cx)
SYSTEM=beagle_bx
unset IN_VALID_UBOOT
DO_UBOOT=1
@ -1466,7 +1477,8 @@ Required Options:
--uboot <dev board>
(omap)
beagle_bx - <BeagleBoard Ax/Bx>
beagle - <BeagleBoard Cx, xMA/B/C>
beagle_cx - <BeagleBoard CX>
beagle - <BeagleBoard xMA/B/C>
bone - <BeagleBone Ax>
igepv2 - <serial mode only>
panda - <PandaBoard Ax>

Loading…
Cancel
Save