diff options
| author | Eric Schikschneit <[email protected]> | 2025-06-03 12:06:24 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-19 19:00:09 -0600 |
| commit | 5ba5cbf5a29d54763f30b6685e6c06ffd51d29eb (patch) | |
| tree | f24f27348d09c788043072fe0535e0be808e6634 /dts/upstream | |
| parent | 0c6c8065a27804705c324f06998fea219e62f028 (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 <[email protected]>
[trini: Change default order so that X86 && EFI_APP works correctly]
Diffstat (limited to 'dts/upstream')
| -rw-r--r-- | dts/upstream/src/arm64/Makefile | 2 | ||||
| -rw-r--r-- | dts/upstream/src/riscv/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dts/upstream/src/arm64/Makefile b/dts/upstream/src/arm64/Makefile index b6db0dc6b26..01a5265114e 100644 --- a/dts/upstream/src/arm64/Makefile +++ b/dts/upstream/src/arm64/Makefile @@ -6,5 +6,5 @@ include $(srctree)/scripts/Makefile.dts DTC_FLAGS += -a 0x8 ifdef CONFIG_RCAR_64 -DTC_FLAGS += -R 4 -p 0x1000 + DTC_FLAGS += -R 4 endif diff --git a/dts/upstream/src/riscv/Makefile b/dts/upstream/src/riscv/Makefile index 980617e6de3..43351f801db 100644 --- a/dts/upstream/src/riscv/Makefile +++ b/dts/upstream/src/riscv/Makefile @@ -2,5 +2,5 @@ include $(srctree)/scripts/Makefile.dts -DTC_FLAGS += -R 4 -p 0x1000 +DTC_FLAGS += -R 4 |
