
On Tue, Oct 04, 2016 at 06:25:39PM -0600, Simon Glass wrote:
Add an example usage of binman for a sunxi board. This involves adding the image definition to the device tree and using it in the Makefile.
This is for example only.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v3:
- Use a <dts>-u-boot.dtsi file for the binman changes
Changes in v2: None
Makefile | 4 +--- arch/arm/dts/sun7i-a20-pcduino3-u-boot.dtsi | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 arch/arm/dts/sun7i-a20-pcduino3-u-boot.dtsi
OK, we have a board example for arm and a platform example for x86. But lets move this to non-RFC and provide the sunxi example above as the vendor one (the sunxi rule that you remove is for all sunxi).
Perhaps one of the am335x vboot examples would be the right place to find a board-specific use for binman?