mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
a94a4071d4
Replace instances of http://www.ti.com with https://www.ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
6 lines
189 B
Makefile
6 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
|