diff options
| author | Maxime Ripard <[email protected]> | 2017-02-27 18:22:13 +0100 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2017-04-07 11:23:46 +0530 |
| commit | d2fdcc76e869a8fa652a9ea5ba8b57f47d0ad0c3 (patch) | |
| tree | 2852a50ed827e08f283aee30eac84d88836bc373 /Makefile | |
| parent | ff93c2826565e5140b8c9d6826da0b79531645f2 (diff) | |
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 <[email protected]>
Acked-by: Boris Brezillon <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
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 @: |
