diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-02-27 18:22:13 +0100 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2017-04-07 11:23:46 +0530 |
commit | d2fdcc76e869a8fa652a9ea5ba8b57f47d0ad0c3 (patch) | |
tree | 2852a50ed827e08f283aee30eac84d88836bc373 /Makefile | |
parent | ff93c2826565e5140b8c9d6826da0b79531645f2 (diff) | |
download | u-boot-d2fdcc76e869a8fa652a9ea5ba8b57f47d0ad0c3.tar.gz |
scripts: sunxi: Build an raw SPL image
Introduce a new sunxi-spl-with-ecc.bin image with already the right header,
ECC, randomizer and padding for the BROM to be able to read it.
It needs to be flashed using a raw access to the NAND so that the
controller doesn't change a thing to it, since we already have all the
right parameters.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1345,6 +1345,9 @@ spl/u-boot-spl: tools prepare \ spl/sunxi-spl.bin: spl/u-boot-spl @: +spl/sunxi-spl-with-ecc.bin: spl/sunxi-spl.bin + @: + spl/u-boot-spl.sfp: spl/u-boot-spl @: |