Changeset 671


Ignore:
Timestamp:
02/05/07 19:30:05 (6 years ago)
Author:
laforge
Message:

store stdin/stdout/stderr settings in environment to make sure they are persistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/u-boot/patches/uboot-s3c2410_udc.patch

    r670 r671  
    11141114=================================================================== 
    11151115--- u-boot.git.orig/include/configs/gta01.h     2007-02-05 15:16:25.000000000 +0100 
    1116 +++ u-boot.git/include/configs/gta01.h  2007-02-05 15:16:31.000000000 +0100 
    1117 @@ -173,6 +173,16 @@ 
     1116+++ u-boot.git/include/configs/gta01.h  2007-02-05 17:50:29.000000000 +0100 
     1117@@ -173,6 +173,17 @@ 
    11181118 #define CONFIG_USB_OHCI                1 
    11191119 #endif 
    11201120  
    1121 +#define CONFIG_USB_DEVICE     1 
    1122 +#define CONFIG_USB_TTY                1 
     1121+#define CONFIG_USB_DEVICE      1 
     1122+#define CONFIG_USB_TTY         1 
     1123+#define CFG_CONSOLE_IS_IN_ENV  1 
    11231124+#if 0 
    11241125+#define CONFIG_USBD_MANUFACTURER      "OpenMoko, Inc." 
Note: See TracChangeset for help on using the changeset viewer.