Changeset 1918
- Timestamp:
- 05/07/07 17:57:46 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/u-boot/patches/uboot-smdk2440.patch
r1913 r1918 1084 1084 --- /dev/null 1085 1085 +++ u-boot/board/smdk2440/smdk2440.c 1086 @@ -0,0 +1,15 0@@1086 @@ -0,0 +1,152 @@ 1087 1087 +/* 1088 1088 + * (C) Copyright 2002 … … 1174 1174 + /* set up the I/O ports */ 1175 1175 + gpio->GPACON = 0x007FFFFF; 1176 + gpio->GPBCON = 0x00 044555;1176 + gpio->GPBCON = 0x002a9655; 1177 1177 + gpio->GPBUP = 0x000007FF; 1178 1178 + gpio->GPCCON = 0xAAAAAAAA; … … 1192 1192 +#endif 1193 1193 + gpio->GPHUP = 0x000007FF; 1194 + 1195 + gpio->GPJCON = 0x2AAAAAA; 1194 1196 + 1195 1197 +#if 0
Note: See TracChangeset
for help on using the changeset viewer.
