commit | 896b4216990448357a5edc8f3f33a59943eff4e4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 01 05:14:01 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:50:43 2020 -0600 |
tree | d1eee1a8a5d8f78002584b629643613aef499ee6 | |
parent | 4e51128a0cb60a3aa03caa1d3bbc060912fd91e5 [diff] |
sunxi: Convert 64-bit boards to use binman At present 64-bit sunxi boards use the Makefile to create a FIT, using USE_SPL_FIT_GENERATOR. This is deprecated. Update sunxi to use binman instead. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>