diff options
| author | Tien Fong Chee <[email protected]> | 2026-02-13 20:27:23 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-02-14 11:06:46 -0600 |
| commit | 62f7a94602094617ac384839ed695c2906893a88 (patch) | |
| tree | 58193d9dd44a440ac7db1cfd7a7a833c79ebbcc9 /env | |
| parent | 3d1dc5b79fe80b16eae2738e7f753752befa5881 (diff) | |
Replace TARGET namespace and cleanup properly
TARGET namespace is for machines / boards / what-have-you that
building U-Boot for. Simply replace from TARGET to ARCH
make things more clear and proper for ALL SoCFPGA.
Signed-off-by: Brian Sune <[email protected]>
Reviewed-by: Tien Fong Chee <[email protected]>
# Conflicts:
# drivers/ddr/altera/Makefile
Diffstat (limited to 'env')
| -rw-r--r-- | env/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/Kconfig b/env/Kconfig index b312f9b5324..2feff0b382e 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -975,7 +975,7 @@ config USE_BOOTFILE config BOOTFILE string "'bootfile' environment variable value" - default kernel.itb if SPL_ATF && TARGET_SOCFPGA_SOC64 + default kernel.itb if SPL_ATF && ARCH_SOCFPGA_SOC64 depends on USE_BOOTFILE help The value to set the "bootfile" variable to. |
