]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/omap3_pandora.h
include/configs: remove references to SMNAND_ENV_OFFSET
[people/ms/u-boot.git] / include / configs / omap3_pandora.h
index 7f1b5712677efc82a3bfab28a94fa771b11dcd62..7d5e926d1bc55566771f1c99acaf75a499359827 100644 (file)
 /* Monitor at start of flash */
 #define CONFIG_SYS_MONITOR_BASE                CONFIG_SYS_FLASH_BASE
 
-#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
 
 #endif                         /* __CONFIG_H */