mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
fa61ef6b49
Add support for mvebu bubt command for flash image load, check and burn on boot device. Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de> Cc: Stefan Roese <sr@denx.de> Cc: Nadav Haklai <nadavh@marvell.com> Cc: Neta Zur Hershkovits <neta@marvell.com> Cc: Omri Itach <omrii@marvell.com> Cc: Igal Liberman <igall@marvell.com> Cc: Haim Boot <hayim@marvell.com> Cc: Hanna Hawa <hannah@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de>
8 lines
156 B
Makefile
8 lines
156 B
Makefile
#
|
|
# Copyright (C) 2016 Marvell International Ltd.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# https://spdx.org/licenses
|
|
|
|
|
|
obj-$(CONFIG_CMD_MVEBU_BUBT) += bubt.o
|