xref: /rk3399_rockchip-uboot/arch/arm/mach-at91/config.mk (revision b9cb64825b5e6efeb715abd8b48d9b12f98973e9)
1ifeq ($(CONFIG_CPU_ARM926EJS),y)
2PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)
3endif
4
5ifeq ($(CONFIG_CPU_V7),y)
6ifndef CONFIG_SPL_BUILD
7ALL-y	+= u-boot.img
8endif
9endif
10