r2876 - trunk/src/target/u-boot/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Fri Aug 31 18:58:04 CEST 2007


Author: laforge
Date: 2007-08-31 18:58:02 +0200 (Fri, 31 Aug 2007)
New Revision: 2876

Modified:
   trunk/src/target/u-boot/patches/uboot-gta02.patch
Log:
* enable 'license' command in GTA02 config
* use correct serial uart for console on GTA02 in default environment


Modified: trunk/src/target/u-boot/patches/uboot-gta02.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-gta02.patch	2007-08-31 16:47:28 UTC (rev 2875)
+++ trunk/src/target/u-boot/patches/uboot-gta02.patch	2007-08-31 16:58:02 UTC (rev 2876)
@@ -4,7 +4,7 @@
 ===================================================================
 --- u-boot.orig/Makefile
 +++ u-boot/Makefile
-@@ -2178,6 +2178,13 @@
+@@ -2180,6 +2180,13 @@
  sbc2410x_config: unconfig
  	@$(MKCONFIG) $(@:_config=) arm arm920t sbc2410x NULL s3c24x0
  
@@ -550,7 +550,7 @@
 ===================================================================
 --- /dev/null
 +++ u-boot/include/configs/neo1973_gta02.h
-@@ -0,0 +1,275 @@
+@@ -0,0 +1,276 @@
 +/*
 + * (C) Copyright 2007 OpenMoko, Inc.
 + * Author: Harald Welte <laforge at openmoko.org>
@@ -656,6 +656,7 @@
 +#define CONFIG_CMD_MMC
 +#define CONFIG_CMD_FAT
 +#define CONFIG_CMD_EXT2
++#define CONFIG_CMD_LICENSE
 +
 +#define CONFIG_BOOTDELAY	3
 +#define CONFIG_BOOTARGS    	""
@@ -734,7 +735,7 @@
 +
 +#define CONFIG_EXTRA_ENV_SETTINGS 					\
 +	"usbtty=cdc_acm\0"						\
-+	"bootargs_base=rootfstype=jffs2 root=/dev/mtdblock4 console=ttySAC0,115200 console=tty0 loglevel=8\0" \
++	"bootargs_base=rootfstype=jffs2 root=/dev/mtdblock4 console=ttySAC2,115200 console=tty0 loglevel=8\0" \
 +	""
 +
 +/*-----------------------------------------------------------------------





More information about the commitlog mailing list