diff options
| author | Maxime Ripard <[email protected]> | 2017-02-27 18:22:02 +0100 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2017-04-07 11:23:45 +0530 |
| commit | 594b4cc732f8f45d855ff435ef68fa4afc153844 (patch) | |
| tree | 94246b3d56f4160c6c0bbf0bc9da828a2a6bf664 /tools/Makefile | |
| parent | 71d2c07028ce87d3aeca4e1220fb6dcbfd7bb22f (diff) | |
tools: sunxi: Add spl image builder
This program generates raw SPL images that can be flashed on the NAND with
the ECC and randomizer properly set up.
This has been copied (and tweaked to find the right headers) from the
sunxi-tools (https://github.com/linux-sunxi/sunxi-tools) upstream
repository, commit 1c3a6ca5.
Signed-off-by: Maxime Ripard <[email protected]>
Acked-by: Boris Brezillon <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index e9cde02c906..fa1b85bdae2 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -179,6 +179,8 @@ hostprogs-$(CONFIG_MX28) += mxsboot HOSTCFLAGS_mxsboot.o := -pedantic hostprogs-$(CONFIG_ARCH_SUNXI) += mksunxiboot +hostprogs-$(CONFIG_ARCH_SUNXI) += sunxi-spl-image-builder +sunxi-spl-image-builder-objs := sunxi-spl-image-builder.o lib/bch.o hostprogs-$(CONFIG_NETCONSOLE) += ncb hostprogs-$(CONFIG_SHA1_CHECK_UB_IMG) += ubsha1 |
