]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sc520_cdp/sc520_cdp.c
* Added support for both PCMCIA slots (at the same time!) on MPC8xx
[people/ms/u-boot.git] / board / sc520_cdp / sc520_cdp.c
index cc818d266016d02499fe74feb6e316442e427729..41f5e3ad10b807a6e36581e965c5e56607ff6722 100644 (file)
@@ -285,4 +285,6 @@ int last_stage_init(void)
        minor |= ali512x_cio_in(20)?1:0;
        
        printf("AMD SC520 CDP revision %d.%d\n", major, minor);
+       
+       return 0;
 }