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/Mele_M3_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/Mele_M3_defconfig')
-rw-r--r-- | configs/Mele_M3_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/Mele_M3_defconfig b/configs/Mele_M3_defconfig index 141d565cf8c..7f1710adad1 100644 --- a/configs/Mele_M3_defconfig +++ b/configs/Mele_M3_defconfig @@ -8,3 +8,6 @@ CONFIG_VIDEO_VGA=y +S:CONFIG_ARCH_SUNXI=y +S:CONFIG_MACH_SUN7I=y +S:CONFIG_TARGET_MELE_M3=y ++S:CONFIG_DRAM_CLK=384 ++S:CONFIG_DRAM_ZQ=127 ++S:CONFIG_DRAM_EMR1=4 |