diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/rockchip-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/rockchip-u-boot.dtsi | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/rockchip-u-boot.dtsi b/roms/u-boot/arch/arm/dts/rockchip-u-boot.dtsi new file mode 100644 index 000000000..eae3ee715 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/rockchip-u-boot.dtsi @@ -0,0 +1,29 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com> + */ + +#include <config.h> + +/ { + binman: binman { + multiple-images; + }; +}; + +#ifdef CONFIG_SPL +&binman { + simple-bin { + filename = "u-boot-rockchip.bin"; + pad-byte = <0xff>; + + blob { + filename = "idbloader.img"; + }; + + u-boot-img { + offset = <CONFIG_SPL_PAD_TO>; + }; + }; +}; +#endif |