uboot/arch/arm/mach-at91/config.mk
<<
>>
Prefs
   1ifeq ($(CONFIG_CPU_ARM926EJS),y)
   2PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)
   3endif
   4
   5ifeq ($(CONFIG_CPU_V7A),y)
   6ifndef CONFIG_SPL_BUILD
   7INPUTS-y        += u-boot.img
   8endif
   9endif
  10