diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-01-21 20:26:03 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-23 15:15:02 +0100 |
commit | 389046be2ff2bf6752deb822ede07c02afc8f9b0 (patch) | |
tree | 6283b0d633df1532c942fb640769d31d13b32aaf /configs/A20-OLinuXino-Lime_defconfig | |
parent | 56333be9b262ba4059affe277bca4cf9d2991b69 (diff) |
sunxi: Convert sun7i boards to use auto dram configuration
Currently we've separate detailed dram settings for all sun7i boards, this
moves them over to using auto dram configuration so that we can get rid of
all the per board dram_foo.c files.
This has been tested on a A20-Olinuxino-Lime, A20-Olinuxino_MICRO, Bananapi,
Bananapro, Cubieboard2, Cubietruck, Mele_M3 and a Linksprite_pcDuino3.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/A20-OLinuXino-Lime_defconfig')
-rw-r--r-- | configs/A20-OLinuXino-Lime_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/A20-OLinuXino-Lime_defconfig b/configs/A20-OLinuXino-Lime_defconfig index d9e66b71551..c8243a4ae8d 100644 --- a/configs/A20-OLinuXino-Lime_defconfig +++ b/configs/A20-OLinuXino-Lime_defconfig @@ -5,3 +5,6 @@ CONFIG_FDTFILE="sun7i-a20-olinuxino-lime.dtb" +S:CONFIG_ARCH_SUNXI=y +S:CONFIG_MACH_SUN7I=y +S:CONFIG_TARGET_A20_OLINUXINO_L=y ++S:CONFIG_DRAM_CLK=480 ++S:CONFIG_DRAM_ZQ=127 ++S:CONFIG_DRAM_EMR1=4 |