X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=config.mk;h=79e5a31b72a6599f027eb0b45df9f95e526b563b;hb=2146cf56821c3364786ca94a7306008c5824b238;hp=6e280bc83487dc8b062be7b602de7b05839dc7bd;hpb=d9831893ab2efd3dd36f948da898c83f33c4992c;p=oweals%2Fu-boot.git diff --git a/config.mk b/config.mk index 6e280bc834..79e5a31b72 100644 --- a/config.mk +++ b/config.mk @@ -69,10 +69,6 @@ PLATFORM_CPPFLAGS+= -D__ARM__ endif endif -ifeq ($(ARCH),blackfin) -PLATFORM_CPPFLAGS+= -D__BLACKFIN__ -mno-underscore -endif - ifdef ARCH sinclude $(TOPDIR)/$(ARCH)_config.mk # include architecture dependend rules endif @@ -91,6 +87,9 @@ ifdef BOARD sinclude $(TOPDIR)/board/$(BOARDDIR)/config.mk # include board specific rules endif +# Load generated board configuration +sinclude $(OBJTREE)/include/autoconf.mk + ######################################################################### CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \