diff options
author | Wolfgang Denk <wd@denx.de> | 2010-06-20 21:26:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-07-04 23:48:55 +0200 |
commit | 0e70aaa485384fda5f757d5a1bd106b359c06e9c (patch) | |
tree | d9a439fdfa73306118237f5dee522fe3722bf41b /common/env_nand.c | |
parent | 9add504f0d60bce62fdc6a2161e8ba326cf42ee9 (diff) |
shannon/INFERNO: fix special handling of environment configuration
Remove some INFERNO related #ifdef's from common environment code by
fixing the board configuration settings (add CONFIG_ENV_SECT_SIZE).
While we are at it, fix comment which incorrectly talks about 4 KB
environment size, while it's actually 0x4000 = 16 KiB.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Rolf Offermanns <rof@sysgo.de>
Diffstat (limited to 'common/env_nand.c')
-rw-r--r-- | common/env_nand.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/env_nand.c b/common/env_nand.c index a15a9509025..50bc111a3bf 100644 --- a/common/env_nand.c +++ b/common/env_nand.c @@ -49,10 +49,6 @@ #error CONFIG_ENV_SIZE_REDUND should be the same as CONFIG_ENV_SIZE #endif -#ifdef CONFIG_INFERNO -#error CONFIG_INFERNO not supported yet -#endif - #ifndef CONFIG_ENV_RANGE #define CONFIG_ENV_RANGE CONFIG_ENV_SIZE #endif |