summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/include/configs/spc300_arch.h
diff options
context:
space:
mode:
authorCyril Jourdan2013-01-29 11:20:35 +0100
committerCyril Jourdan2013-02-05 15:57:27 +0100
commit3dd5dbe09cb26be9c7b043bc268e2c7b9ce5df8a (patch)
treedf5a2d6883d04bf2ed85d5cc36247e2e29eb1e1f /cleopatre/u-boot-1.1.6/include/configs/spc300_arch.h
parent9a771e7e55a47620bd371c5741ef20980b713d19 (diff)
cleo/uboot/cpu/spc300: remove mode dependant PLL init, refs #3694
Now that System PLL is set up in spidboot command, PLL init in msepll.S is only needed for uboot to work correctly. In this case, we can use the default value of 492 MHz.
Diffstat (limited to 'cleopatre/u-boot-1.1.6/include/configs/spc300_arch.h')
-rw-r--r--cleopatre/u-boot-1.1.6/include/configs/spc300_arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cleopatre/u-boot-1.1.6/include/configs/spc300_arch.h b/cleopatre/u-boot-1.1.6/include/configs/spc300_arch.h
index 0014a0b4c8..2bacdb1820 100644
--- a/cleopatre/u-boot-1.1.6/include/configs/spc300_arch.h
+++ b/cleopatre/u-boot-1.1.6/include/configs/spc300_arch.h
@@ -51,6 +51,7 @@
# define CONFIG_CHIP_FEATURE_MIU_CTRL 1
# define CONFIG_CHIP_FEATURE_SYNOP3504 1
# define CONFIG_CHIP_FEATURE_FIXED_ARM_CLOCK 1
+# define CONFIG_CHIP_FEATURE_FIXED_MASTER_CLOCK 1
# define CONFIG_CHIP_MAX_MASTER_CLOCK 246000000
# define CONFIG_CHIP_FEATURE_MSEPLL 1
# define CONFIG_CHIP_FEATURE_IOMUX 1