diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 21:33:52 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 21:33:52 +0100 |
commit | 795bee849603c7c2994ba20fcd96f3f9835ffd96 (patch) | |
tree | 905ce7474dcf0adfbab149df429bfdaef5d5e258 /include/asm-ppc/immap_83xx.h | |
parent | 7b230f61db319d87d51449d4620d520822813fbb (diff) | |
parent | 2688e2f972bd124be87cb86bce58aa1b186b5aa7 (diff) | |
download | u-boot-imx-795bee849603c7c2994ba20fcd96f3f9835ffd96.zip u-boot-imx-795bee849603c7c2994ba20fcd96f3f9835ffd96.tar.gz u-boot-imx-795bee849603c7c2994ba20fcd96f3f9835ffd96.tar.bz2 |
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx
Diffstat (limited to 'include/asm-ppc/immap_83xx.h')
-rw-r--r-- | include/asm-ppc/immap_83xx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc/immap_83xx.h b/include/asm-ppc/immap_83xx.h index 6c2c712..f5fec22 100644 --- a/include/asm-ppc/immap_83xx.h +++ b/include/asm-ppc/immap_83xx.h @@ -71,8 +71,8 @@ typedef struct sysconf8349 { | SPCR_TSEC2DP | SPCR_TSEC2BDP | SPCR_TSEC2EP) u32 sicrl; /* System General Purpose Register Low */ #define SICRL_LDP_A 0x80000000 -#define SICRL_USB0 0x40000000 -#define SICRL_USB1 0x20000000 +#define SICRL_USB1 0x40000000 +#define SICRL_USB0 0x20000000 #define SICRL_UART 0x0C000000 #define SICRL_GPIO1_A 0x02000000 #define SICRL_GPIO1_B 0x01000000 |