summaryrefslogtreecommitdiff
path: root/include/configs/omap3_cairo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/omap3_cairo.h')
-rw-r--r--include/configs/omap3_cairo.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/omap3_cairo.h b/include/configs/omap3_cairo.h
index b4d7f171318..417d45b5824 100644
--- a/include/configs/omap3_cairo.h
+++ b/include/configs/omap3_cairo.h
@@ -170,11 +170,10 @@
#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
#define ONENAND_ENV_OFFSET 0x260000 /* environment starts here */
-#define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */
#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
-#define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET
-#define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
+#define CONFIG_ENV_OFFSET 0x260000
+#define CONFIG_ENV_ADDR 0x260000
/* Defines for SPL */