diff options
| author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2022-09-02 15:10:52 +0200 |
|---|---|---|
| committer | Kever Yang <kever.yang@rock-chips.com> | 2022-09-04 20:00:39 +0800 |
| commit | 05713d570762d7cb9049e720860e8e745d92f1ef (patch) | |
| tree | 761f99f2e7520e052d074bd516f75d51750688bd /arch/arm/dts/rk3368-u-boot.dtsi | |
| parent | 001f788cdbb5481d59c926f4651416c24b7b5773 (diff) | |
rockchip: generate u-boot-rockchip.bin with binman for ARM64 boards
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>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/rk3368-u-boot.dtsi')
| -rw-r--r-- | arch/arm/dts/rk3368-u-boot.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3368-u-boot.dtsi b/arch/arm/dts/rk3368-u-boot.dtsi index 2767c2678db..811d59ac346 100644 --- a/arch/arm/dts/rk3368-u-boot.dtsi +++ b/arch/arm/dts/rk3368-u-boot.dtsi @@ -4,6 +4,7 @@ */ #include <dt-bindings/memory/rk3368-dmc.h> +#include "rockchip-u-boot.dtsi" / { dmc: dmc@ff610000 { |
