Re: [PATCH 04/10] board: ti: am64x: Set fdtfile from C code instead of findfdt script

2024-01-09 Thread Nishanth Menon
On 15:08-20240109, Roger Quadros wrote: [..] > > #ifdef CONFIG_BOARD_LATE_INIT > > +static struct ti_fdt_map ti_am64_evm_fdt_map[] = { > > + {"am64x_gpevm", "k3-am642-evm.dtb"}, > > + {"am64x_skevm", "k3-am642-sk.dtb"}, > > "am64x_gpevm" and "am64x_skevm" strings are used multiple times in

Re: [PATCH 04/10] board: ti: am64x: Set fdtfile from C code instead of findfdt script

2024-01-09 Thread Roger Quadros
On 08/01/2024 19:32, Nishanth Menon wrote: > We now can provide a map and have the standard fdtfile variable set from > code itself. This allows for bootstd to "just work". > > While at this, replace findfdt in environment with a warning as it is no > longer needed. > > Signed-off-by:

[PATCH 04/10] board: ti: am64x: Set fdtfile from C code instead of findfdt script

2024-01-08 Thread Nishanth Menon
We now can provide a map and have the standard fdtfile variable set from code itself. This allows for bootstd to "just work". While at this, replace findfdt in environment with a warning as it is no longer needed. Signed-off-by: Nishanth Menon --- board/ti/am64x/am64x.env | 9 -