]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - common/board_r.c
Merge tag '2019.01-next' of https://github.com/mbgg/u-boot
[thirdparty/u-boot.git] / common / board_r.c
index 5f3d27aa9f391b0b93b10795d2c20324112091ef..472987d5d52f83e64d62a892c4adc4ca9db3a4c2 100644 (file)
@@ -633,10 +633,7 @@ static int run_main_loop(void)
 }
 
 /*
- * Over time we hope to remove these functions with code fragments and
- * stub functions, and instead call the relevant function directly.
- *
- * We also hope to remove most of the driver-related init and do it if/when
+ * We hope to remove most of the driver-related init and do it if/when
  * the driver is later used.
  *
  * TODO: perhaps reset the watchdog in the initcall function after each call?