[uboot-omap35xx]: Change u-boot console device to reflect change in omap serial driver
authorhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 19 Aug 2011 12:01:30 +0000 (12:01 +0000)
committerhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 19 Aug 2011 12:01:30 +0000 (12:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28048 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/uboot-omap35xx/files/include/configs/omap3_overo.h

index edeafa5..e1c930d 100644 (file)
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "loadaddr=0x82000000\0" \
-       "console=ttyS2,115200n8\0" \
+       "console=ttyO2,115200n8\0" \
        "mpurate=500\0" \
        "vram=12M\0" \
        "dvimode=1024x768MR-16@60\0" \
This page took 0.023334 seconds and 4 git commands to generate.