Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[oweals/u-boot.git] / arch / arm / cpu / armv7 / at91 / config.mk
1 #
2 # Copyright (C) 2014, Andreas Bießmann <andreas.devel@googlemail.com>
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6 ifdef CONFIG_SPL_BUILD
7 ALL-y   += boot.bin
8 else
9 ALL-y   += u-boot.img
10 endif