]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/linkstation/avr.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / linkstation / avr.c
index 68bc5450a60d9e7ade8b21a44a217f48d99abfc1..a689c6330ffb853b819c107670b16f0e53a348b4 100644 (file)
@@ -35,7 +35,7 @@
 /* LED commands */
 #define PWRBLINKSTRT           '['             /* Blink power LED      */
 #define PWRBLINKSTOP           'Z'             /* Solid power LED      */
-#define HDDLEDON               'W'             /* HDD LED on           */
+#define HDDLEDON               'W'             /* HDD LED on           */
 #define HDDLEDOFF              'V'             /* HDD LED off          */
 #define HDDBLINKSTRT           'Y'             /* HDD LED start blink  */
 #define HDDBLINKSTOP           'X'             /* HDD LED stop blink   */
@@ -57,7 +57,7 @@ static char *consoles[] = {
        "nc",
 #endif
 };
-#define MAX_CONS_CHOICE        (sizeof(consoles)/sizeof(char *))
+#define MAX_CONS_CHOICE                (sizeof(consoles)/sizeof(char *))
 
 #if !defined(CONFIG_NETCONSOLE)
 #define DEF_CONS_CHOICE                0