This moves what was in arch/arm/cpu/armv7/omap-common in to arch/arm/mach-omap2 and moves arch/arm/cpu/armv7/{am33xx,omap3,omap4,omap5} in to arch/arm/mach-omap2 as subdirectories. All refernces to the former locations are updated to the current locations. For the logic to decide what our outputs are, consolidate the tests into a single config.mk rather than including 4. Signed-off-by: Tom Rini <trini@konsulko.com>master
parent
272686eb75
commit
983e37007d
@ -1,15 +0,0 @@ |
||||
#
|
||||
# Copyright 2011 Linaro Limited
|
||||
#
|
||||
# (C) Copyright 2010
|
||||
# Texas Instruments, <www.ti.com>
|
||||
#
|
||||
# Aneesh V <aneesh@ti.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
ifdef CONFIG_SPL_BUILD |
||||
ALL-y += MLO
|
||||
else |
||||
ALL-y += u-boot.img
|
||||
endif |
@ -1,15 +0,0 @@ |
||||
#
|
||||
# Copyright 2011 Linaro Limited
|
||||
#
|
||||
# (C) Copyright 2010
|
||||
# Texas Instruments, <www.ti.com>
|
||||
#
|
||||
# Aneesh V <aneesh@ti.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
ifdef CONFIG_SPL_BUILD |
||||
ALL-y += MLO
|
||||
else |
||||
ALL-y += u-boot.img
|
||||
endif |
@ -1,22 +0,0 @@ |
||||
#
|
||||
# Copyright 2011 Linaro Limited
|
||||
#
|
||||
# Aneesh V <annesh@ti.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
include $(srctree)/$(CPUDIR)/omap-common/config_secure.mk |
||||
|
||||
ifdef CONFIG_SPL_BUILD |
||||
ifeq ($(CONFIG_TI_SECURE_DEVICE),y) |
||||
ALL-y += u-boot-spl_HS_MLO u-boot-spl_HS_X-LOADER
|
||||
else |
||||
ALL-y += MLO
|
||||
endif |
||||
else |
||||
ifeq ($(CONFIG_TI_SECURE_DEVICE),y) |
||||
ALL-$(CONFIG_SPL_LOAD_FIT) += u-boot_HS.img
|
||||
endif |
||||
ALL-y += u-boot.img
|
||||
endif |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue