From 2756d31fae31da75f3ac8a10a61e6dd0ebea79c8 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Fri, 22 Jun 2018 13:54:55 -0300 Subject: mx7: Remove BMODE support i.MX7 does not support BMODE due to the erratum e10574 ("Watchdog: A watchdog timeout or software trigger will not reset the SOC"), so remove its support. Signed-off-by: Fabio Estevam --- board/toradex/colibri_imx7/colibri_imx7.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'board/toradex/colibri_imx7/colibri_imx7.c') diff --git a/board/toradex/colibri_imx7/colibri_imx7.c b/board/toradex/colibri_imx7/colibri_imx7.c index cd98ec8216..bf691a59f3 100644 --- a/board/toradex/colibri_imx7/colibri_imx7.c +++ b/board/toradex/colibri_imx7/colibri_imx7.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include @@ -322,24 +321,6 @@ int board_init(void) return 0; } -#ifdef CONFIG_CMD_BMODE -static const struct boot_mode board_boot_modes[] = { - /* 4 bit bus width */ - {"nand", MAKE_CFGVAL(0x40, 0x34, 0x00, 0x00)}, - {"sd1", MAKE_CFGVAL(0x10, 0x10, 0x00, 0x00)}, - {NULL, 0}, -}; -#endif - -int board_late_init(void) -{ -#ifdef CONFIG_CMD_BMODE - add_board_boot_modes(board_boot_modes); -#endif - - return 0; -} - #ifdef CONFIG_DM_PMIC int power_init_board(void) { -- cgit v1.2.3