mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 23:41:23 +01:00

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>
15 lines
295 B
Makefile
15 lines
295 B
Makefile
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
# Copyright (c) 2019 Western Digital Corporation or its affiliates.
|
|
#
|
|
# Authors:
|
|
# Damien Le Moal <damien.lemoal@wdc.com>
|
|
#
|
|
|
|
platform-objs-y += platform.o
|
|
|
|
platform-objs-y += k210.o
|
|
platform-varprefix-k210.o = dt_k210
|
|
platform-padding-k210.o = 2048
|