Changeset 2928
- Timestamp:
- 09/05/07 19:41:40 (6 years ago)
- Location:
- trunk/src/target/u-boot/patches
- Files:
-
- 2 edited
-
uboot-s3c2410-nand.patch (modified) (2 diffs)
-
uboot-s3c2440.patch (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/u-boot/patches/uboot-s3c2410-nand.patch
r2764 r2928 21 21 --- /dev/null 22 22 +++ u-boot/cpu/arm920t/s3c24x0/nand.c 23 @@ -0,0 +1,22 5@@23 @@ -0,0 +1,224 @@ 24 24 +/* 25 25 + * (C) Copyright 2006 OpenMoko, Inc. … … 210 210 + 211 211 + NFCONF = cfg; 212 + //NFCONF = 0xf842;213 212 + 214 213 + /* initialize nand_chip data structure */ -
trunk/src/target/u-boot/patches/uboot-s3c2440.patch
r2884 r2928 1222 1222 } 1223 1223 return; 1224 @@ -180,1 6+218,21 @@1224 @@ -180,15 +218,21 @@ 1225 1225 /* initialize hardware */ 1226 1226 twrph0 = 3; twrph1 = 0; tacls = 0; … … 1233 1233 1234 1234 NFCONF = cfg; 1235 - //NFCONF = 0xf842;1236 1235 +#elif defined(CONFIG_S3C2440) 1237 1236 + twrph0 = 7; twrph1 = 7; tacls = 7; … … 1246 1245 /* read_buf and write_buf are default */ 1247 1246 /* read_byte and write_byte are default */ 1248 @@ -21 4,12 +257,23 @@1247 @@ -213,12 +257,23 @@ 1249 1248 nand->options = 0; 1250 1249 #endif
Note: See TracChangeset
for help on using the changeset viewer.
