aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-12-14 14:32:39 -0300
committerStefano Babic <sbabic@denx.de>2020-12-26 12:37:07 +0100
commit72397c9621ab37f117ac171d3090f11a2e6b33d6 (patch)
treeea45a30cb9bb09dcc3325387b09bb96da97dae42 /board
parente601f0f9c966e5485a4b7d950082b97c81af3151 (diff)
downloadu-boot-72397c9621ab37f117ac171d3090f11a2e6b33d6.zip
u-boot-72397c9621ab37f117ac171d3090f11a2e6b33d6.tar.gz
u-boot-72397c9621ab37f117ac171d3090f11a2e6b33d6.tar.bz2
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 information. Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/mx6sabresd/mx6sabresd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c
index 0d343da..9a176f4 100644
--- a/board/freescale/mx6sabresd/mx6sabresd.c
+++ b/board/freescale/mx6sabresd/mx6sabresd.c
@@ -575,12 +575,6 @@ int board_late_init(void)
return 0;
}
-int checkboard(void)
-{
- puts("Board: MX6-SabreSD\n");
- return 0;
-}
-
#ifdef CONFIG_SPL_BUILD
#include <asm/arch/mx6-ddr.h>
#include <spl.h>