commit | 787b5cc2cd247e1dc15c5e0c50378044b211cc8f | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti.bolivar@nordicsemi.no> | Tue Aug 20 15:56:31 2019 -0700 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Thu Aug 22 14:21:41 2019 +0200 |
tree | 9f6f1cf9f00b093ff22c0bc09b32d4f4689f42bd | |
parent | fe5ab1c35b12ce1545481766906275ec96d91daa [diff] |
zephyr: remove ZEPHYR_BASE "bounce option" from Kconfig These are not necessary anymore; kconfiglib evaluates $FOO in the environment. Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
diff --git a/boot/zephyr/Kconfig b/boot/zephyr/Kconfig index d00cbbc..feead57 100644 --- a/boot/zephyr/Kconfig +++ b/boot/zephyr/Kconfig
@@ -271,8 +271,4 @@ comment "Zephyr configuration options" -config ZEPHYR_BASE - string - option env="ZEPHYR_BASE" - source "$ZEPHYR_BASE/Kconfig.zephyr"