diff options
| author | Konstantin Porotchkin <[email protected]> | 2016-12-08 12:22:28 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2016-12-12 09:04:52 +0100 |
| commit | fa61ef6b4980dbc009e93baadbfcb1daa359d74b (patch) | |
| tree | a350b01f9c00666fed4a53d20d3f96d426872259 /cmd/mvebu/Makefile | |
| parent | 5b613d386aad31c3a80d64261a54d565a0f7c955 (diff) | |
arm64: mvebu: Add bubt command for flash image burn
Add support for mvebu bubt command for flash image
load, check and burn on boot device.
Signed-off-by: Konstantin Porotchkin <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Nadav Haklai <[email protected]>
Cc: Neta Zur Hershkovits <[email protected]>
Cc: Omri Itach <[email protected]>
Cc: Igal Liberman <[email protected]>
Cc: Haim Boot <[email protected]>
Cc: Hanna Hawa <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
Diffstat (limited to 'cmd/mvebu/Makefile')
| -rw-r--r-- | cmd/mvebu/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/mvebu/Makefile b/cmd/mvebu/Makefile new file mode 100644 index 00000000000..03de53ecddb --- /dev/null +++ b/cmd/mvebu/Makefile @@ -0,0 +1,8 @@ +# +# Copyright (C) 2016 Marvell International Ltd. +# +# SPDX-License-Identifier: GPL-2.0 +# https://spdx.org/licenses + + +obj-$(CONFIG_CMD_MVEBU_BUBT) += bubt.o |
