diff options
author | Tom Rini | 2014-04-03 07:52:52 -0400 |
---|---|---|
committer | Tom Rini | 2014-04-17 14:39:54 -0400 |
commit | 2737f0112b83172df433a034ce68c43a170db25c (patch) | |
tree | 42d6af73d9876f71c13fce60aa55f026c598b346 /include/configs/ti_omap5_common.h | |
parent | bea0fd5e6aa73367eb14840cd4f5cecd422e3374 (diff) |
TI:omap5: Move CONFIG_ENV_SIZE to board config files
The size of the environment depends on the backing store, move this to
the board config files.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/ti_omap5_common.h')
-rw-r--r-- | include/configs/ti_omap5_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h index 2443d559346..642ca0a7354 100644 --- a/include/configs/ti_omap5_common.h +++ b/include/configs/ti_omap5_common.h @@ -46,8 +46,6 @@ #include <asm/arch/cpu.h> #include <asm/arch/omap.h> -#define CONFIG_ENV_SIZE (128 << 10) - #include <configs/ti_armv7_common.h> /* |