]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/nds32/config.mk
Remove CONFIG_SYS_BOOTCOUNT_SINGLEWORD
[people/ms/u-boot.git] / arch / nds32 / config.mk
index e93e3a8c28d229ab8ac08867bc951b86a9e0b4ac..ca7664177341e9e864b0ce47ae6b3c972f16e608 100644 (file)
@@ -8,12 +8,15 @@
 #
 # SPDX-License-Identifier:     GPL-2.0+
 
-CROSS_COMPILE ?= nds32le-linux-
+ifeq ($(CROSS_COMPILE),)
+CROSS_COMPILE := nds32le-linux-
+endif
 
-CONFIG_STANDALONE_LOAD_ADDR = 0x300000 -T nds32.lds
+CONFIG_STANDALONE_LOAD_ADDR = 0x300000 \
+                             -T $(srctree)/examples/standalone/nds32.lds
 
 PLATFORM_RELFLAGS      += -fno-strict-aliasing -fno-common -mrelax
 PLATFORM_RELFLAGS      += -gdwarf-2
-PLATFORM_CPPFLAGS      += -DCONFIG_NDS32 -D__nds32__ -G0 -ffixed-10 -fpie
+PLATFORM_CPPFLAGS      += -D__nds32__ -G0 -ffixed-10 -fpie
 
-LDFLAGS_u-boot         = --gc-sections --relax
+LDFLAGS_u-boot         = --gc-sections --relax -pie