fb: Add a prototype for board_video_skip()
[platform/kernel/u-boot.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   += $(OBJTREE)/MLO
8 ALL-$(CONFIG_SPL_SPI_SUPPORT) += $(OBJTREE)/MLO.byteswap
9 else
10 ALL-y   += $(obj)u-boot.img
11 endif