]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cogent/lcd.c
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / board / cogent / lcd.c
index 814b4c80a0459b55611b4ea4a2a2b9a930a7179e..76f5ad103fa1b6f24742cf5866291ef6a02da7c7 100755 (executable)
@@ -197,7 +197,7 @@ void
 lcd_printf(const char *fmt, ...)
 {
     va_list args;
-    char buf[CFG_PBSIZE];
+    char buf[CONFIG_SYS_PBSIZE];
 
     va_start(args, fmt);
     (void)vsprintf(buf, fmt, args);
@@ -234,7 +234,7 @@ lcd_heartbeat(void)
 void board_show_activity (ulong timestamp)
 {
 #ifdef CONFIG_STATUS_LED
-       if ((timestamp % (CFG_HZ / 2) == 0)
+       if ((timestamp % (CONFIG_SYS_HZ / 2) == 0)
                lcd_heartbeat ();
 #endif
 }