]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/nds32/config.mk
exynos: dts: Drop the old TPS65090 I2C node
[karo-tx-uboot.git] / arch / nds32 / config.mk
index e93e3a8c28d229ab8ac08867bc951b86a9e0b4ac..5ac9f90402c2ad15e432796c39e446c263adb8e0 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