Merge branch 'master' of git://git.denx.de/u-boot-net
[platform/kernel/u-boot.git] / board / BuS / EB+MCF-EV123 / VCxK.c
index 736c101..f2fe353 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * (C) Copyright 2005 
+ * (C) Copyright 2005
  * BuS Elektronik GmbH & Co.KG <esw@bus-elektonik.de>
  *
  * See file CREDITS for list of people who contributed to this
@@ -25,7 +25,7 @@
 #include <asm/m5282.h>
 #include "VCxK.h"
 
-vu_char *vcxk_bws = (vu_char *)(CFG_CS3_BASE);
+vu_char *vcxk_bws = (vu_char *)(CONFIG_SYS_CS3_BASE);
 #define VCXK_BWS vcxk_bws
 
 static ulong vcxk_driver;
@@ -66,7 +66,7 @@ int init_vcxk(void)
        return 1;
 }
 
-void   vcxk_loadimage(ulong source)
+void   vcxk_loadimage(ulong source)
 {
        int cnt;
        vcxk_acknowledge_wait();