]> git.sur5r.net Git - u-boot/blobdiff - arch/sandbox/cpu/spl.c
sandbox: Stop printing platdata at the start of SPL
[u-boot] / arch / sandbox / cpu / spl.c
index 7cc76d4cf1f344ad1e897879a9784dabb2920fbc..2495fa9b08fc7ee1cd3d72ba690a337e55c294a1 100644 (file)
@@ -44,16 +44,5 @@ SPL_LOAD_IMAGE_METHOD("sandbox", 0, BOOT_DEVICE_BOARD, spl_board_load_image);
 
 void spl_board_init(void)
 {
-       struct udevice *dev;
-
        preloader_console_init();
-
-       /*
-       * Scan all the devices so that we can output their platform data. See
-       * sandbox_spl_probe().
-       */
-       for (uclass_first_device(UCLASS_MISC, &dev);
-       dev;
-       uclass_next_device(&dev))
-               ;
 }