[U-Boot] [PATCH v6 18/21] i.MX6: sabresd: Drop checkboard
Jagan Teki
jagan at openedev.com
Thu May 18 11:00:28 UTC 2017
From: Jagan Teki <jagan at amarulasolutions.com>
Since SabreSD is supporting fdt, there is no use
of printing the board name explicitly using checkboard
because dtb supported u-boot will print model like this
Model: Freescale i.MX6 Quad Plus SABRE Smart Device Board
Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
Reviewed-by: Fabio Estevam <fabio.estevam at nxp.com>
---
board/freescale/mx6sabresd/mx6sabresd.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c
index a30cf0d..2aaf397 100644
--- a/board/freescale/mx6sabresd/mx6sabresd.c
+++ b/board/freescale/mx6sabresd/mx6sabresd.c
@@ -370,9 +370,3 @@ int board_late_init(void)
return 0;
}
-
-int checkboard(void)
-{
- puts("Board: MX6-SabreSD\n");
- return 0;
-}
--
1.9.1
More information about the U-Boot
mailing list