From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Tue, 23 May 2017 13:28:29 +0530 Subject: [U-Boot] [PATCH v7 16/17] i.MX6: sabresd: Drop checkboard In-Reply-To: <1495526310-5543-1-git-send-email-jteki@openedev.com> References: <1495526310-5543-1-git-send-email-jteki@openedev.com> Message-ID: <1495526310-5543-17-git-send-email-jteki@openedev.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Jagan Teki 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 Reviewed-by: Fabio Estevam --- 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 7eab021..7179883 100644 --- a/board/freescale/mx6sabresd/mx6sabresd.c +++ b/board/freescale/mx6sabresd/mx6sabresd.c @@ -442,9 +442,3 @@ int board_late_init(void) return 0; } - -int checkboard(void) -{ - puts("Board: MX6-SabreSD\n"); - return 0; -} -- 1.9.1