blob: 7168abbd584c0cf94ccd588fdb0f02fdbab5645e [file] [log] [blame]
Masahiro Yamada62011842015-02-20 17:04:03 +09001ifeq ($(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