Re: [PATCH v1 4/4] configs: rcar3: Add shell function to select the linux devicetree

2023-06-19 Thread Detlev Casanova
On Friday, June 16, 2023 8:45:31 P.M. EDT Marek Vasut wrote: > On 6/16/23 17:21, Detlev Casanova wrote: > > This function uses the sysinfo command to determine which linux device > > tree is selected for the running board. > > > > Signed-off-by: Detlev Casanova > > --- > > > > configs/rcar3_ul

Re: [PATCH v1 4/4] configs: rcar3: Add shell function to select the linux devicetree

2023-06-16 Thread Marek Vasut
On 6/16/23 17:21, Detlev Casanova wrote: This function uses the sysinfo command to determine which linux device tree is selected for the running board. Signed-off-by: Detlev Casanova --- configs/rcar3_ulcb_defconfig | 1 + include/configs/rcar-gen3-common.h | 9 - 2 files chan

[PATCH v1 4/4] configs: rcar3: Add shell function to select the linux devicetree

2023-06-16 Thread Detlev Casanova
This function uses the sysinfo command to determine which linux device tree is selected for the running board. Signed-off-by: Detlev Casanova --- configs/rcar3_ulcb_defconfig | 1 + include/configs/rcar-gen3-common.h | 9 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --gi