[PATCH 2/3] arm: dts: k3-j7200-r5: Add fs_loader node

Suman Anna s-anna at ti.com
Thu Aug 20 00:45:13 CEST 2020


Hi Lokesh,

On 8/18/20 2:09 PM, Suman Anna wrote:
> Add a generic fs_loader node to the K3 J7200 R5 common board dts
> file and use it as the chosen firmware-loader so that it can be
> used for loading various firmwares from a boot media/filesystem
> in R5 SPL on K3 J7200 EVM.
> 
> Signed-off-by: Suman Anna <s-anna at ti.com>
> ---
>  arch/arm/dts/k3-j7200-r5-common-proc-board.dts | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
> index f5e4166926dc..b8c8487f3afe 100644
> --- a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
> +++ b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
> @@ -18,6 +18,12 @@
>  	chosen {
>  		stdout-path = &main_uart0;
>  		tick-timer = &timer1;
> +		firmware-loader = &fs_loader0;
> +	};
> +
> +	fs_loader0: fs_loader at 0 {

I realized I used underscore in the node name. Can you fix up the node name
while applying, or do you want me to send a v2?

regards
Suman


> +		u-boot,dm-pre-reloc;
> +		compatible = "u-boot,fs-loader";
>  	};
>  
>  	a72_0: a72 at 0 {
> 



More information about the U-Boot mailing list