diff options
author | Dirk Behme | 2009-08-08 12:46:09 +0200 |
---|---|---|
committer | Wolfgang Denk | 2009-08-10 00:12:43 +0200 |
commit | cd3dcba1422d3441503251fbc69cf2437c440781 (patch) | |
tree | 1f80d4ff2e50fb7f6b1a1e4ade566d67ad5f996c /include/asm-arm/arch-omap3 | |
parent | ba3dbaf281130029ecb970a922551902c1d80b50 (diff) |
OMAP3: Fix missing GPMC_CONFIG_CS0_BASE
Applying two indepenent OMAP3 patches resulted in missing
GPMC_CONFIG_CS0_BASE. Patch "omap3: embedd gpmc_cs into gpmc
config struct" removes GPMC_CONFIG_CS0_BASE, independent patch
"omap3: bug fix for NOR boot support" introduces it's usage.
Re-introduce GPMC_CONFIG_CS0_BASE.
Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
Diffstat (limited to 'include/asm-arm/arch-omap3')
-rw-r--r-- | include/asm-arm/arch-omap3/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap3/cpu.h b/include/asm-arm/arch-omap3/cpu.h index b2c8498a994..7a032b82865 100644 --- a/include/asm-arm/arch-omap3/cpu.h +++ b/include/asm-arm/arch-omap3/cpu.h @@ -91,6 +91,7 @@ struct ctrl_id { #define GPMC_BASE (OMAP34XX_GPMC_BASE) #define GPMC_CONFIG_CS0 0x60 +#define GPMC_CONFIG_CS0_BASE (GPMC_BASE + GPMC_CONFIG_CS0) #ifndef __KERNEL_STRICT_NAMES #ifndef __ASSEMBLY__ |