diff options
Diffstat (limited to 'qemu/roms/u-boot/arch/arm/cpu/armv7/am33xx/config.mk')
-rw-r--r-- | qemu/roms/u-boot/arch/arm/cpu/armv7/am33xx/config.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/qemu/roms/u-boot/arch/arm/cpu/armv7/am33xx/config.mk b/qemu/roms/u-boot/arch/arm/cpu/armv7/am33xx/config.mk deleted file mode 100644 index 5294d1670..000000000 --- a/qemu/roms/u-boot/arch/arm/cpu/armv7/am33xx/config.mk +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/ -# -# SPDX-License-Identifier: GPL-2.0+ -# -ifdef CONFIG_SPL_BUILD -ALL-y += MLO -ALL-$(CONFIG_SPL_SPI_SUPPORT) += MLO.byteswap -else -ALL-y += u-boot.img -endif |