summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-12-23 08:11:36 -0600
committerTom Rini <[email protected]>2025-12-23 08:11:36 -0600
commitbaf076aeb32dcdd2b022405088c3288ffc160fcf (patch)
treec16ff83e9e963264e68024dc872c0aa64b6144b1 /include
parentdac8d9c3cc115cc8549b9d012b0f71222a0ebf02 (diff)
parent5467cd5ffdbd6bdd042affb681db3615d41a4f1e (diff)
Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next
- configs: tegra-common-post: Stop disabling device tree relocation
Diffstat (limited to 'include')
-rw-r--r--include/configs/tegra-common-post.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h
index 2f08dfed020..a9c0cea4e14 100644
--- a/include/configs/tegra-common-post.h
+++ b/include/configs/tegra-common-post.h
@@ -50,17 +50,14 @@
#endif
#ifdef CONFIG_ARM64
-#define FDT_HIGH "ffffffffffffffff"
#define INITRD_HIGH "ffffffffffffffff"
#else
-#define FDT_HIGH "ffffffff"
#define INITRD_HIGH "ffffffff"
#endif
#define CFG_EXTRA_ENV_SETTINGS \
TEGRA_DEVICE_SETTINGS \
MEM_LAYOUT_ENV_SETTINGS \
- "fdt_high=" FDT_HIGH "\0" \
"initrd_high=" INITRD_HIGH "\0" \
"boot_targets=" BOOT_TARGETS "\0" \
BOARD_EXTRA_ENV_SETTINGS