mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
e6027e6f45
The H2 Lager port was broken since some time. This patch updates the H2 Lager port to use modern frameworks, DM, DT probing, SPL for the preloading and puts it on par with the M2 Porter board. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13 lines
206 B
Makefile
13 lines
206 B
Makefile
#
|
|
# board/renesas/lager/Makefile
|
|
#
|
|
# Copyright (C) 2013 Renesas Electronics Corporation
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
obj-y := lager_spl.o
|
|
else
|
|
obj-y := lager.o qos.o
|
|
endif
|