]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/toradex/colibri-imx8x/colibri-imx8x.c
imx8: Add a default reset_cpu() implementation
[thirdparty/u-boot.git] / board / toradex / colibri-imx8x / colibri-imx8x.c
index 6fc8076163c6aa88adfddaf39679a9746b906526..a507d666c073f5c6e78009a50ecc87a48ad4f575 100644 (file)
@@ -140,14 +140,6 @@ int board_init(void)
        return 0;
 }
 
-/*
- * Board specific reset that is system reset.
- */
-void reset_cpu(void)
-{
-       /* TODO */
-}
-
 #if defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP)
 int ft_board_setup(void *blob, struct bd_info *bd)
 {