summaryrefslogtreecommitdiff
path: root/arch/nios2/dts
diff options
context:
space:
mode:
authorEric Schikschneit <eric.schikschneit@novatechautomation.com>2025-06-03 12:06:24 -0500
committerTom Rini <trini@konsulko.com>2025-06-19 19:00:09 -0600
commit5ba5cbf5a29d54763f30b6685e6c06ffd51d29eb (patch)
treef24f27348d09c788043072fe0535e0be808e6634 /arch/nios2/dts
parent0c6c8065a27804705c324f06998fea219e62f028 (diff)
dtc: Add Kconfig option to pad device tree blob
This will allow arch(s) that use device tree blobs to pad the end of the device tree so they can be modified by board files at run time. This will help prevent errors such as FDT_ERR_NOSPACE from occurring. Signed-off-by: Eric Schikschneit <eric.schikschneit@novatechautomation.com> [trini: Change default order so that X86 && EFI_APP works correctly]
Diffstat (limited to 'arch/nios2/dts')
-rw-r--r--arch/nios2/dts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/dts/Makefile b/arch/nios2/dts/Makefile
index d77db9762a1..75951164978 100644
--- a/arch/nios2/dts/Makefile
+++ b/arch/nios2/dts/Makefile
@@ -5,4 +5,4 @@ dtb-y += $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%).dtb
include $(srctree)/scripts/Makefile.dts
# Add any required device tree compiler flags here
-DTC_FLAGS += -R 4 -p 0x1000
+DTC_FLAGS += -R 4