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/Linksprite_pcDuino3_defconfig | |
parent | 56333be9b262ba4059affe277bca4cf9d2991b69 (diff) | |
download | u-boot-389046be2ff2bf6752deb822ede07c02afc8f9b0.tar.gz |
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/Linksprite_pcDuino3_defconfig')
-rw-r--r-- | configs/Linksprite_pcDuino3_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/Linksprite_pcDuino3_defconfig b/configs/Linksprite_pcDuino3_defconfig index a26ff0a70f..64e01c8ffd 100644 --- a/configs/Linksprite_pcDuino3_defconfig +++ b/configs/Linksprite_pcDuino3_defconfig @@ -5,3 +5,6 @@ CONFIG_FDTFILE="sun7i-a20-pcduino3.dtb" +S:CONFIG_ARCH_SUNXI=y +S:CONFIG_MACH_SUN7I=y +S:CONFIG_TARGET_PCDUINO3=y ++S:CONFIG_DRAM_CLK=480 ++S:CONFIG_DRAM_ZQ=122 ++S:CONFIG_DRAM_EMR1=4 |