mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
mx6sxsabresd: Remove unneeded board_late_init()
Since commit 1f98e31bc0
("imx: mx6sxsabresd: Use the pfuze common init
function") board_late_init() became empty, so we can safely remove this unneeded
function.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
99c618ff26
commit
834670eae0
2 changed files with 0 additions and 6 deletions
|
@ -423,11 +423,6 @@ int board_init(void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int board_late_init(void)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
int checkboard(void)
|
int checkboard(void)
|
||||||
{
|
{
|
||||||
puts("Board: MX6SX SABRE SDB\n");
|
puts("Board: MX6SX SABRE SDB\n");
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
#define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M)
|
#define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M)
|
||||||
|
|
||||||
#define CONFIG_BOARD_EARLY_INIT_F
|
#define CONFIG_BOARD_EARLY_INIT_F
|
||||||
#define CONFIG_BOARD_LATE_INIT
|
|
||||||
#define CONFIG_MXC_GPIO
|
#define CONFIG_MXC_GPIO
|
||||||
|
|
||||||
#define CONFIG_MXC_UART
|
#define CONFIG_MXC_UART
|
||||||
|
|
Loading…
Reference in a new issue