diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-12-07 14:34:27 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-14 14:56:37 +0100 |
commit | 08fd1479c7354bcef528a65dba44406aaab08e26 (patch) | |
tree | cdd81018ad1e2ffc3b3008b1659371144e168cc8 /include/configs/sun8i.h | |
parent | 2367b44d0f40f8be0e82c5df459b7ec5fc3f0155 (diff) | |
download | u-boot-08fd1479c7354bcef528a65dba44406aaab08e26.zip u-boot-08fd1479c7354bcef528a65dba44406aaab08e26.tar.gz u-boot-08fd1479c7354bcef528a65dba44406aaab08e26.tar.bz2 |
sun8i: Add dram initialization support
Based on the register / dram_para headers from the Allwinner u-boot / linux
sources + the init sequences from boot0.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'include/configs/sun8i.h')
-rw-r--r-- | include/configs/sun8i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h index 6f1fc48..792422d 100644 --- a/include/configs/sun8i.h +++ b/include/configs/sun8i.h @@ -12,6 +12,8 @@ /* * A23 specific configuration */ +#define CONFIG_CLK_FULL_SPEED 1008000000 + #define CONFIG_SYS_PROMPT "sun8i# " /* |