summaryrefslogtreecommitdiff
path: root/include/configs/PPChameleonEVB.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-07-30 22:30:09 (GMT)
committerWolfgang Denk <wd@pollux.(none)>2005-07-30 22:30:09 (GMT)
commit0f18cb6eef469688a1c57647e486c1341c045b9f (patch)
treebeafdc2f5f3dc6269b7eb57a0dd99e448cb769ea /include/configs/PPChameleonEVB.h
parentcf9919239415fee8e6733c0bd013b46888feb874 (diff)
downloadu-boot-fsl-qoriq-0f18cb6eef469688a1c57647e486c1341c045b9f.tar.xz
Minor fixes for PPChameleon Board:
* fix alignment of NAND size * make code do what the comment says
Diffstat (limited to 'include/configs/PPChameleonEVB.h')
-rw-r--r--include/configs/PPChameleonEVB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/PPChameleonEVB.h b/include/configs/PPChameleonEVB.h
index d7025eb..ca0bd12 100644
--- a/include/configs/PPChameleonEVB.h
+++ b/include/configs/PPChameleonEVB.h
@@ -47,7 +47,7 @@
* CONFIG_PPCHAMELEON_CLK_33
*/
#if (!defined(CONFIG_PPCHAMELEON_CLK_25) && !defined(CONFIG_PPCHAMELEON_CLK_33))
-#define CONFIG_PPCHAMELEON_CLK_33
+#define CONFIG_PPCHAMELEON_CLK_25
#endif
#if (defined(CONFIG_PPCHAMELEON_CLK_25) && defined(CONFIG_PPCHAMELEON_CLK_33))