X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=config.mk;h=b77d58903c8148db98b6b204c8d2b314397fd5a6;hb=3c97c1d9ce78c8cf530974dafebb03be69f7cc0f;hp=00805bdc5b3d9689b069c86c3bf5e67916e6d35a;hpb=5b3ee386fde82a1ba42ff09b95247842c9a1585e;p=karo-tx-uboot.git diff --git a/config.mk b/config.mk index 00805bdc5b..b77d58903c 100644 --- a/config.mk +++ b/config.mk @@ -24,6 +24,11 @@ VENDOR := ARCH := $(CONFIG_SYS_ARCH:"%"=%) CPU := $(CONFIG_SYS_CPU:"%"=%) +ifdef CONFIG_SPL_BUILD +ifdef CONFIG_TEGRA +CPU := arm720t +endif +endif BOARD := $(CONFIG_SYS_BOARD:"%"=%) ifneq ($(CONFIG_SYS_VENDOR),) VENDOR := $(CONFIG_SYS_VENDOR:"%"=%) @@ -59,12 +64,15 @@ ifdef FTRACE PLATFORM_CPPFLAGS += -finstrument-functions -DFTRACE endif +# Allow use of stdint.h if available +ifneq ($(USE_STDINT),) +PLATFORM_CPPFLAGS += -DCONFIG_USE_STDINT +endif + ######################################################################### RELFLAGS := $(PLATFORM_RELFLAGS) -OBJCOPYFLAGS += --gap-fill=0xff - PLATFORM_CPPFLAGS += $(RELFLAGS) PLATFORM_CPPFLAGS += -pipe