env: Remove usb_ignorelist and env_fdt_path from ifdef CONFIG_ENV_VARS_UBOOT_CONFIG
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 3 Sep 2025 14:20:52 +0000 (16:20 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 16 Sep 2025 19:41:24 +0000 (13:41 -0600)
commit8db442e1a03b048fd34651b3e48ffdcc0bf7868b
tree458bff03f2a050bf796e4c1fc564d4c549d3b3d6
parent7aa5271def6ba16ff4426aa164b7bb743673b3c3
env: Remove usb_ignorelist and env_fdt_path from ifdef CONFIG_ENV_VARS_UBOOT_CONFIG

The CONFIG_ENV_VARS_UBOOT_CONFIG should protect only U-Boot
configuration variables in environment, those are arch, cpu,
board, board_name, vendor, soc. It should certainly not hide
usb_ignorelist or env_fdt_path from the environment. Fix it.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/env_default.h