diff options
author | Matthias Ludwig <mludwig@ultratronik.de> | 2009-06-20 11:01:50 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-07-06 21:52:12 +0200 |
commit | 9c8c706c92e53433a871a563946c38075d76504d (patch) | |
tree | 4dbbfb1754c8c1b55e4f4946557022dd65bd10fd /include/asm-arm/arch-omap3 | |
parent | 0aafde1dc76d6d65d6be10bf499ec86d9ffee8b9 (diff) | |
download | u-boot-imx-9c8c706c92e53433a871a563946c38075d76504d.zip u-boot-imx-9c8c706c92e53433a871a563946c38075d76504d.tar.gz u-boot-imx-9c8c706c92e53433a871a563946c38075d76504d.tar.bz2 |
OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change
Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
Diffstat (limited to 'include/asm-arm/arch-omap3')
-rw-r--r-- | include/asm-arm/arch-omap3/cpu.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-arm/arch-omap3/cpu.h b/include/asm-arm/arch-omap3/cpu.h index c544e0c..a4ce45a 100644 --- a/include/asm-arm/arch-omap3/cpu.h +++ b/include/asm-arm/arch-omap3/cpu.h @@ -84,9 +84,10 @@ typedef struct ctrl_id { /* GPMC CS3/cs4/cs6 not avaliable */ #define GPMC_BASE (OMAP34XX_GPMC_BASE) #define GPMC_CONFIG_CS0 0x60 -#define GPMC_CONFIG_CS6 0x150 +#define GPMC_CONFIG_CS5 0x150 + #define GPMC_CONFIG_CS0_BASE (GPMC_BASE + GPMC_CONFIG_CS0) -#define GPMC_CONFIG_CS6_BASE (GPMC_BASE + GPMC_CONFIG_CS6) +#define GPMC_CONFIG_CS5_BASE (GPMC_BASE + GPMC_CONFIG_CS5) #define GPMC_CONFIG_WP 0x10 #define GPMC_CONFIG_WIDTH 0x30 |