panda_es: works better with the v3.2-rcX kernel

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

@ -1362,6 +1362,18 @@ case "$UBOOT_TYPE" in
SERIAL="ttyO2"
is_omap
;;
panda_es)
SYSTEM=panda
unset IN_VALID_UBOOT
DO_UBOOT=1
ABI_VER=2
SMSC95XX_MOREMEM=1
SERIAL="ttyO2"
is_omap
BETA_KERNEL=1
;;
touchbook)
@ -1502,6 +1514,7 @@ Required Options:
bone - <BeagleBone Ax>
igepv2 - <serial mode only>
panda - <PandaBoard Ax>
panda_es - <PandaBoard ES>
(freescale)
mx53loco

Loading…
Cancel
Save