diff options
Diffstat (limited to 'roms/opensbi/platform/kendryte/k210/config.mk')
-rw-r--r-- | roms/opensbi/platform/kendryte/k210/config.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/roms/opensbi/platform/kendryte/k210/config.mk b/roms/opensbi/platform/kendryte/k210/config.mk new file mode 100644 index 000000000..8a9b81418 --- /dev/null +++ b/roms/opensbi/platform/kendryte/k210/config.mk @@ -0,0 +1,19 @@ +# +# SPDX-License-Identifier: BSD-2-Clause +# +# Copyright (c) 2019 Western Digital Corporation or its affiliates. +# +# Authors: +# Damien Le Moal <damien.lemoal@wdc.com> +# + +# Compiler flags +platform-cppflags-y = +platform-cflags-y = +platform-asflags-y = +platform-ldflags-y = + +# Blobs to build +FW_TEXT_START=0x80000000 +FW_PAYLOAD=y +FW_PAYLOAD_ALIGN=0x1000 |