X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=config.mk;h=22d3398ca4f1bd30caafcc60b8060140198068fe;hb=213bd85ac1228172582326a06d460994f2eebc0f;hp=ee057b5c735ff11049d00820dcc98c892b9a0fde;hpb=ae92069abecc278d7b8de88ffa62de0c2c0ed2bf;p=u-boot diff --git a/config.mk b/config.mk index ee057b5c73..22d3398ca4 100644 --- a/config.mk +++ b/config.mk @@ -69,6 +69,9 @@ PLATFORM_CPPFLAGS+= -D__ARM__ endif endif +# Load generated board configuration +sinclude $(OBJTREE)/include/autoconf.mk + ifdef ARCH sinclude $(TOPDIR)/$(ARCH)_config.mk # include architecture dependend rules endif @@ -87,9 +90,6 @@ 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; \