1ifeq ($(CONFIG_CPU_ARM926EJS),y) 2PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,) 3endif 4 5ifeq ($(CONFIG_CPU_V7A),y) 6ifndef CONFIG_SPL_BUILD 7ALL-y += u-boot.img 8endif 9endif 10