summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/toradex/apalis_imx6/Kconfig5
-rw-r--r--board/toradex/colibri_imx6/Kconfig5
2 files changed, 6 insertions, 4 deletions
diff --git a/board/toradex/apalis_imx6/Kconfig b/board/toradex/apalis_imx6/Kconfig
index 67e592b475..bb451e3c6b 100644
--- a/board/toradex/apalis_imx6/Kconfig
+++ b/board/toradex/apalis_imx6/Kconfig
@@ -25,10 +25,11 @@ config TRDX_CFG_BLOCK_DEV
default "0"
config TRDX_CFG_BLOCK_PART
- default "0"
+ default "1"
+# Toradex Configblock in eMMC, at the end of 1st "boot sector"
config TRDX_CFG_BLOCK_OFFSET
- default "655360"
+ default "-512"
menuconfig TRDX_CMD_IMX_MFGR
bool "Enable factory testing commands for Toradex iMX 6 modules"
diff --git a/board/toradex/colibri_imx6/Kconfig b/board/toradex/colibri_imx6/Kconfig
index 13d4c26ae0..64950f348f 100644
--- a/board/toradex/colibri_imx6/Kconfig
+++ b/board/toradex/colibri_imx6/Kconfig
@@ -25,10 +25,11 @@ config TRDX_CFG_BLOCK_DEV
default "0"
config TRDX_CFG_BLOCK_PART
- default "0"
+ default "1"
+# Toradex Configblock in eMMC, at the end of 1st "boot sector"
config TRDX_CFG_BLOCK_OFFSET
- default "655360"
+ default "-512"
menuconfig TRDX_CMD_IMX_MFGR
bool "Enable factory testing commands for Toradex iMX 6 modules"