diff options
Diffstat (limited to 'roms/u-boot/arch/nios2/config.mk')
-rw-r--r-- | roms/u-boot/arch/nios2/config.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/arch/nios2/config.mk b/roms/u-boot/arch/nios2/config.mk new file mode 100644 index 000000000..44260b143 --- /dev/null +++ b/roms/u-boot/arch/nios2/config.mk @@ -0,0 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2004 +# Psyent Corporation <www.psyent.com> +# Scott McNutt <smcnutt@psyent.com> + +CONFIG_STANDALONE_LOAD_ADDR ?= 0x02000000 + +PLATFORM_CPPFLAGS += -D__NIOS2__ +PLATFORM_CPPFLAGS += -G0 + +LDFLAGS_FINAL += --gc-sections +PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections |