mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 21:54:45 +00:00
e9c891ff93
The V2H Blanche port was broken since some time. This patch updates the V2H Blanche 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>
9 lines
155 B
Makefile
9 lines
155 B
Makefile
#
|
|
# board/renesas/blanche/Makefile
|
|
#
|
|
# Copyright (C) 2016 Renesas Electronics Corporation
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
|
|
obj-y := blanche.o qos.o
|