diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-10-15 10:27:57 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-10-18 10:34:37 +0530 |
commit | a0f2d4a10c8b58065416bf963987b7358168fba9 (patch) | |
tree | 5e5cee581108b89d8fffe31cb6fdeaef24ceb1d7 | |
parent | e9a4bfb7b51e1d43f2c5d6d387354ba4b14411f2 (diff) |
platform: kendryte/k210: Add some padding for FDT fixups
The Kendryte K210 platform has built-in DTB and does not provides
FW_PAYLOAD_FDT_ADDR. This means the FDT fixups will be done on
the built-in DTB in absence of FW_PAYLOAD_FDT_ADDR. This patch
adds some padding in built-in DTB for FDT fixups.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
-rw-r--r-- | platform/kendryte/k210/objects.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/kendryte/k210/objects.mk b/platform/kendryte/k210/objects.mk index 106f9f2..b74da74 100644 --- a/platform/kendryte/k210/objects.mk +++ b/platform/kendryte/k210/objects.mk @@ -11,3 +11,4 @@ platform-objs-y += platform.o platform-objs-y += k210.o platform-varprefix-k210.o = dt_k210 +platform-padding-k210.o = 2048 |