summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-09-28 19:00:19 +0000
committerwdenk <wdenk>2004-09-28 19:00:19 +0000
commitcce625e557416d06aeddaab0967b3119748cd21e (patch)
treef401a0729c8fab8c58cd3b2f55b6205e1d6e77bc /include
parent66ca92a5ba882807ba8ed8f772c0fc22b25976cc (diff)
downloadtalos-obmc-uboot-cce625e557416d06aeddaab0967b3119748cd21e.tar.gz
talos-obmc-uboot-cce625e557416d06aeddaab0967b3119748cd21e.zip
* Patch by Stephen Williams, 15 July 2004
Set the PCI class code for JSE board as part of PCI interface setup * Patch by Michael Bendzick, 15 Jul 2004: Fix problem with writes with odd sizes in drivers/cfi_flash.c when CFG_FLASH_USE_BUFFER_WRITE is set
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