]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/am33xx/config.mk
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / 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