From: hcg Date: Fri, 19 Aug 2011 12:01:30 +0000 (+0000) Subject: [uboot-omap35xx]: Change u-boot console device to reflect change in omap serial driver X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c10aac92b22c5b3057de1bb57d8f023861c9b5cf;p=openwrt.git [uboot-omap35xx]: Change u-boot console device to reflect change in omap serial driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28048 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/uboot-omap35xx/files/include/configs/omap3_overo.h b/package/uboot-omap35xx/files/include/configs/omap3_overo.h index edeafa5b0d..e1c930df5d 100644 --- a/package/uboot-omap35xx/files/include/configs/omap3_overo.h +++ b/package/uboot-omap35xx/files/include/configs/omap3_overo.h @@ -155,7 +155,7 @@ #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" \