commit | cfa3db602caf7c3ea5e6b2966ec0650bb4a3d024 | [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 | bd4d0dcb2750a0ac17c1fe6e6bb3e8baa0779861 [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>