diff options
author | Simon Glass <sjg@chromium.org> | 2020-07-19 13:56:12 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-07-28 19:30:39 -0600 |
commit | a32dd071485b17137b6d6088d26cee8011c5b9fc (patch) | |
tree | fae248adc09bbbb7cabe1f0b8330a5e0cb9e4ee3 /arch/arm/dts/rk3288-u-boot.dtsi | |
parent | f4a43d292527ac671dee616ac973899d90a43401 (diff) |
rockchip: Convert evb-rk3288 over to use binman
At present this board uses a custom script to produce the .its file.
Update it to use binman instead. Binman can create all the images that
are needed.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/rk3288-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/rk3288-u-boot.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3288-u-boot.dtsi b/arch/arm/dts/rk3288-u-boot.dtsi index c87f00141f..e3c6c10f13 100644 --- a/arch/arm/dts/rk3288-u-boot.dtsi +++ b/arch/arm/dts/rk3288-u-boot.dtsi @@ -4,6 +4,7 @@ */ #include "rockchip-u-boot.dtsi" +#include "rockchip-optee.dtsi" / { chosen { |