diff options
Diffstat (limited to 'include/configs/omap1610inn.h')
-rw-r--r-- | include/configs/omap1610inn.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/configs/omap1610inn.h b/include/configs/omap1610inn.h index 9bdd795b8..da8043db2 100644 --- a/include/configs/omap1610inn.h +++ b/include/configs/omap1610inn.h @@ -151,7 +151,12 @@ #define PHYS_SDRAM_1 0x10000000 /* SDRAM Bank #1 */ #define PHYS_SDRAM_1_SIZE 0x02000000 /* 32 MB */ -#define PHYS_FLASH_1 0x00000000 /* Flash Bank #1 */ +#ifdef CONFIG_CS0_BOOT +#define PHYS_FLASH_1 0x0C000000 +#endif +#ifdef CONFIG_CS3_BOOT +#define PHYS_FLASH_1 0x00000000 +#endif #define CFG_FLASH_BASE PHYS_FLASH_1 |