Message ID | 20200128105115.21604-7-j-keerthy@ti.com |
---|---|
State | Accepted |
Commit | b14d56f28442e65605d4f70124e773d85af01e53 |
Headers | show |
Series | Add support for loading main_r5fss0_core0 | expand |
On Tue, Jan 28, 2020 at 04:21:11PM +0530, Keerthy wrote: > Add fs_loader node which will be needed for loading firmwares > from the boot media/filesystem. > > Signed-off-by: Keerthy <j-keerthy at ti.com> Reviewed-by: Tom Rini <trini at konsulko.com>
diff --git a/arch/arm/dts/k3-j721e-r5-common-proc-board-u-boot.dtsi b/arch/arm/dts/k3-j721e-r5-common-proc-board-u-boot.dtsi new file mode 100644 index 0000000000..f98be993e8 --- /dev/null +++ b/arch/arm/dts/k3-j721e-r5-common-proc-board-u-boot.dtsi @@ -0,0 +1,15 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ + */ + +/ { + chosen { + firmware-loader = &fs_loader0; + }; + + fs_loader0: fs_loader at 0 { + u-boot,dm-pre-reloc; + compatible = "u-boot,fs-loader"; + }; +};
Add fs_loader node which will be needed for loading firmwares from the boot media/filesystem. Signed-off-by: Keerthy <j-keerthy at ti.com> --- .../dts/k3-j721e-r5-common-proc-board-u-boot.dtsi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 arch/arm/dts/k3-j721e-r5-common-proc-board-u-boot.dtsi