// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2019 Jagan Teki */ #include / { binman: binman { multiple-images; }; }; #ifdef CONFIG_SPL &binman { simple-bin { filename = "u-boot-rockchip.bin"; pad-byte = <0xff>; mkimage { filename = "idbloader.img"; args = "-n", CONFIG_SYS_SOC, "-T", "rksd"; #ifdef CONFIG_TPL multiple-data-files; u-boot-tpl { }; #endif u-boot-spl { }; }; u-boot-img { offset = ; }; }; }; #endif