summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/configs/NC650.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/NC650.h b/include/configs/NC650.h
index 30d3d212e2..48bea694df 100644
--- a/include/configs/NC650.h
+++ b/include/configs/NC650.h
@@ -44,7 +44,7 @@
/*
* 10 MHz - PLL input clock
*/
-#define CFG_8xx_OSCCLK 10000000
+#define CONFIG_8xx_OSCLK 10000000
/*
* 50 MHz - default CPU clock
@@ -62,7 +62,7 @@
#define CFG_8xx_CPUCLK_MAX 133000000
#define CFG_MEASURE_CPUCLK
-#define CFG_8XX_XIN CFG_8xx_OSCCLK
+#define CFG_8XX_XIN CONFIG_8xx_OSCLK
#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
OpenPOWER on IntegriCloud