avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
19
u-boot/arch/arm/cpu/armv7/omap5/config.mk
Normal file
19
u-boot/arch/arm/cpu/armv7/omap5/config.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# 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
|
||||
ALL-y += u-boot.img
|
||||
endif
|
||||
Reference in New Issue
Block a user