mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
601fbec7cf
Move arch/arm/cpu/arm926ejs/davinci/* -> arch/arm/mach-davinci/* Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Tom Rini <trini@ti.com>
8 lines
189 B
Makefile
8 lines
189 B
Makefile
#
|
|
# Copyright (C) 2012, Texas Instruments, Incorporated - http://www.ti.com/
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
ifndef CONFIG_SPL_BUILD
|
|
ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot.ais
|
|
endif
|