mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-23 15:41:22 +02:00
Replace instances of http://www.ti.com with https://www.ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
7 lines
189 B
Makefile
7 lines
189 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2012, Texas Instruments, Incorporated - https://www.ti.com/
|
|
ifndef CONFIG_SPL_BUILD
|
|
INPUTS-$(CONFIG_SPL_FRAMEWORK) += u-boot.ais
|
|
endif
|