[PATCH] mx6sabresd: Remove unneeded checkboard()

2020-12-26 Thread sbabic
> After the conversion to device tree the board information becomes > redundant: > Model: Freescale i.MX6 Quad Plus SABRE Smart Device Board > Board: MX6-SabreSD > Remove the printing of the board information. > Signed-off-by: Fabio Estevam > Reviewed-by: Peng Fan Applied to u-boot-imx, master, t

RE: [PATCH] mx6sabresd: Remove unneeded checkboard()

2020-12-14 Thread Peng Fan
> Subject: [PATCH] mx6sabresd: Remove unneeded checkboard() > > After the conversion to device tree the board information becomes > redundant: > > Model: Freescale i.MX6 Quad Plus SABRE Smart Device Board > Board: MX6-SabreSD > > Remove the printing of the board info

[PATCH] mx6sabresd: Remove unneeded checkboard()

2020-12-14 Thread Fabio Estevam
After the conversion to device tree the board information becomes redundant: Model: Freescale i.MX6 Quad Plus SABRE Smart Device Board Board: MX6-SabreSD Remove the printing of the board information. Signed-off-by: Fabio Estevam --- board/freescale/mx6sabresd/mx6sabresd.c | 6 -- 1 file ch