
On Fri, 2 Sept 2022 at 07:11, Quentin Schulz foss+uboot@0leil.net wrote:
From: Quentin Schulz quentin.schulz@theobroma-systems.com
This allows to build u-boot-rockchip.bin binary with binman for Rockchip ARM64 boards instead of the legacy Makefile way.
Cc: Quentin Schulz foss+uboot@0leil.net Signed-off-by: Quentin Schulz quentin.schulz@theobroma-systems.com
v7:
- Removed reviewed-by,
- added missing includes for rockchip-u-boot.dtsi so that binman node
is always present for 64b Rockchip platforms,
v6:
- added Rb,
v4:
- added Reviewed-by,
Makefile | 26 +--------------------- arch/arm/Kconfig | 2 +- arch/arm/dts/px30-u-boot.dtsi | 2 ++ arch/arm/dts/rk3308-u-boot.dtsi | 2 ++ arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi | 2 ++ arch/arm/dts/rk3328-u-boot.dtsi | 2 ++ arch/arm/dts/rk3368-u-boot.dtsi | 1 + arch/arm/dts/rk3568-u-boot.dtsi | 2 ++ arch/arm/dts/rockchip-u-boot.dtsi | 5 +++++ 9 files changed, 18 insertions(+), 26 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org