Skip to content

Commit 1b19d2a

Browse files
rlubosnvlsianpu
authored andcommitted
boot: zephyr: Fix Kconfig inclusion
According to our CI: Redundant 'source "$(ZEPHYR_BASE)/Kconfig.zephyr" in 'boot/zephyr/Kconfig'. Just do 'source "Kconfig.zephyr"' instead. The $srctree environment variable already points to the Zephyr root, and all 'source's are relative to it. Signed-off-by: Robert Lubos <[email protected]>
1 parent 09be783 commit 1b19d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,4 +357,4 @@ config MCUBOOT_DOWNGRADE_PREVENTION
357357
only protects against some attacks against version downgrades (for
358358
example, a JTAG could be used to write an older version).
359359

360-
source "$ZEPHYR_BASE/Kconfig.zephyr"
360+
source "Kconfig.zephyr"

0 commit comments

Comments
 (0)