mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
Merge patch series "env: Provide another work-around for unquoting fdtfile"
This series from Vagrant Cascadian <vagrant@debian.org> provides a way for plain text environments to avoid having extraneous quotes in how they use CONFIG_DEFAULT_FDT_FILE. Link: https://lore.kernel.org/r/20260130040424.472735-1-vagrant@debian.org
This commit is contained in:
1
Makefile
1
Makefile
@@ -2138,6 +2138,7 @@ quiet_cmd_gen_envp = ENVP $@
|
||||
-D__ASSEMBLY__ \
|
||||
-D__UBOOT_CONFIG__ \
|
||||
-DDEFAULT_DEVICE_TREE=$(subst ",,$(CONFIG_DEFAULT_DEVICE_TREE)) \
|
||||
-DDEFAULT_FDT_FILE=$(subst ",,$(CONFIG_DEFAULT_FDT_FILE)) \
|
||||
-I . -I include -I $(srctree)/include \
|
||||
-include linux/kconfig.h -include include/config.h \
|
||||
-I$(srctree)/arch/$(ARCH)/include \
|
||||
|
||||
@@ -16,4 +16,4 @@ partitions=
|
||||
name=loader1,start=17K,size=1M,type=${type_guid_gpt_loader1};
|
||||
name=loader2,size=4MB,type=${type_guid_gpt_loader2};
|
||||
name=system,size=-,bootable,type=${type_guid_gpt_system};
|
||||
fdtfile=CONFIG_DEFAULT_FDT_FILE
|
||||
fdtfile=DEFAULT_FDT_FILE
|
||||
|
||||
Reference in New Issue
Block a user