summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMark Jackson <mpfj-list@mimc.co.uk>2013-03-04 01:27:20 +0000
committerTom Rini <trini@ti.com>2013-03-22 10:57:00 -0400
commitfc33705e66cc2c753026f04f92555ad00b709f11 (patch)
tree4d1b003af078b1745ae37f5320ccd7d0722d9122 /README
parentf35034fe16871a156a9898ac6ed5a9987d91ea05 (diff)
Allow AM335x MPU core clock speed to be specified in the board config file
Allow AM335x MPU core clock speed to be specified in the board config file. To use, add the following to the board's config file:- #define CONFIG_SYS_MPUCLK <desired clock freq in MHz> Signed-off-by: Mark Jackson <mpfj@newflow.co.uk> Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 7f2506a9b9..a73234efdc 100644
--- a/README
+++ b/README
@@ -3878,6 +3878,10 @@ Low Level (hardware related) configuration options:
If defined, the x86 reset vector code is included. This is not
needed when U-Boot is running from Coreboot.
+- CONFIG_SYS_MPUCLK
+ Defines the MPU clock speed (in MHz).
+
+ NOTE : currently only supported on AM335x platforms.
Freescale QE/FMAN Firmware Support:
-----------------------------------