summaryrefslogtreecommitdiffstats
path: root/common/env_nand.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-06-20 21:26:20 +0200
committerWolfgang Denk <wd@denx.de>2010-07-04 23:48:55 +0200
commit0e70aaa485384fda5f757d5a1bd106b359c06e9c (patch)
treed9a439fdfa73306118237f5dee522fe3722bf41b /common/env_nand.c
parent9add504f0d60bce62fdc6a2161e8ba326cf42ee9 (diff)
downloadblackbird-obmc-uboot-0e70aaa485384fda5f757d5a1bd106b359c06e9c.tar.gz
blackbird-obmc-uboot-0e70aaa485384fda5f757d5a1bd106b359c06e9c.zip
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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/env_nand.c b/common/env_nand.c
index a15a950902..50bc111a3b 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
OpenPOWER on IntegriCloud