summaryrefslogtreecommitdiff
path: root/include/configs/mx6q_sabreauto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mx6q_sabreauto.h')
-rw-r--r--include/configs/mx6q_sabreauto.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/configs/mx6q_sabreauto.h b/include/configs/mx6q_sabreauto.h
index 7685218..52d460e 100644
--- a/include/configs/mx6q_sabreauto.h
+++ b/include/configs/mx6q_sabreauto.h
@@ -30,6 +30,7 @@
#define CONFIG_MX6Q
#define CONFIG_MX6Q_SABREAUTO
#define CONFIG_FLASH_HEADER
+#define CONFIG_FLASH_HEADER_OFFSET 0x400
#define CONFIG_MX6_CLK32 32768
#define CONFIG_SKIP_RELOCATE_UBOOT
@@ -90,7 +91,11 @@
#define CONFIG_CMD_SPI
#define CONFIG_CMD_I2C
#define CONFIG_CMD_IMXOTP
-/*#define CONFIG_CMD_WEIMNOR*/ /*To boot from WEIM NOR. This will disable SPI NOR BOOT */
+/*Uncomment if wish to view Parallel NOR as device.
+ *If you want to use it as Boot device you need
+ *to use mx6q_sabreauto_boot_weimnor.h
+ */
+/*#define CONFIG_CMD_WEIMNOR*/
/* Enable below configure when supporting nand */
#define CONFIG_CMD_SF
@@ -223,9 +228,6 @@
#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */
#define CONFIG_SYS_MAX_FLASH_SECT 256 /* max sectors per device */
#define CONFIG_SYS_FLASH_PROTECTION
- #define CONFIG_FLASH_HEADER_OFFSET 0x1000
-#else
- #define CONFIG_FLASH_HEADER_OFFSET 0x400
#endif