Commit cd3dcba1422d3441503251fbc69cf2437c440781

Authored by Dirk Behme
Committed by Wolfgang Denk
1 parent ba3dbaf281

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/asm-arm/arch-omap3/cpu.h
... ... @@ -91,6 +91,7 @@
91 91  
92 92 #define GPMC_BASE (OMAP34XX_GPMC_BASE)
93 93 #define GPMC_CONFIG_CS0 0x60
  94 +#define GPMC_CONFIG_CS0_BASE (GPMC_BASE + GPMC_CONFIG_CS0)
94 95  
95 96 #ifndef __KERNEL_STRICT_NAMES
96 97 #ifndef __ASSEMBLY__