[PATCH 1/2] boot: Add BOOTSCRIPT_DHCP Kconfig option for boot_script_dhcp env

2025-05-08 Thread Wadim Egorov
Introduce a new Kconfig option BOOTSCRIPT_DHCP to allow setting a value for boot_script_dhcp in the default environment. Signed-off-by: Wadim Egorov --- boot/Kconfig | 18 ++ include/env_default.h | 3 +++ 2 files changed, 21 insertions(+) diff --git a/boot/Kconfig b/b

[PATCH 1/2] boot: Add BOOTSCRIPT_DHCP Kconfig option for boot_script_dhcp env

2025-05-08 Thread Wadim Egorov
Introduce a new Kconfig option BOOTSCRIPT_DHCP to allow setting a value for boot_script_dhcp in the default environment. Signed-off-by: Wadim Egorov --- boot/Kconfig | 18 ++ include/env_default.h | 3 +++ 2 files changed, 21 insertions(+) diff --git a/boot/Kconfig b/b