Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / arch / arm / cpu / armv7 / am33xx / config.mk
1 #
2 # Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6 ifdef CONFIG_SPL_BUILD
7 ALL-y   += MLO
8 ALL-$(CONFIG_SPL_SPI_SUPPORT) += MLO.byteswap
9 else
10 ALL-y   += u-boot.img
11 endif