diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-02-17 11:21:54 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2016-03-09 15:03:34 +0100 |
commit | bf381b1a3079e88ef3c184214c06048d577ef296 (patch) | |
tree | 7916f5ac84805c85472d3197fdf4b26db224466f /board | |
parent | c52005b120a925e7d2494a2f050f7af1513900f7 (diff) |
common/Kconfig: add TRDX_CFG_BLOCK_OFFSET2
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/toradex/common/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/toradex/common/Kconfig b/board/toradex/common/Kconfig index ca3ed9fb162..e4299167494 100644 --- a/board/toradex/common/Kconfig +++ b/board/toradex/common/Kconfig @@ -47,6 +47,14 @@ config TRDX_CFG_BLOCK_OFFSET Specify the byte offset of the Toradex config block within the flash device the config block is stored on. +config TRDX_CFG_BLOCK_OFFSET2 + int "Toradex config block offset, second instance" + default 0 + help + Specify the byte offset of the 2nd instance of the Toradex config block + within the flash device the config block is stored on. + Set to 0 on modules which have no 2nd instance. + config TRDX_CFG_BLOCK_2ND_ETHADDR bool "Set the second ethernet address" help |