diff options
author | Andre Przywara <andre.przywara@arm.com> | 2017-01-02 11:48:37 (GMT) |
---|---|---|
committer | Jagan Teki <jagan@openedev.com> | 2017-01-04 15:37:42 (GMT) |
commit | 52e3182b82e62aa3dcac4a8b656e77358ef45d14 (patch) | |
tree | 60d3023ec033d749e71ad9af4c2ebc610c19c644 /configs/pine64_plus_defconfig | |
parent | 83843c9b3ac511e97b844db70553a2a8966dd44a (diff) | |
download | u-boot-52e3182b82e62aa3dcac4a8b656e77358ef45d14.tar.xz |
sunxi: provide default DRAM config for sun50i in Kconfig
To avoid enumerating the very same DRAM values in defconfig files
for each and every Allwinner A64 board out there, let's put some sane
default values in the Kconfig file.
Boards with different needs can override them at any time.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'configs/pine64_plus_defconfig')
-rw-r--r-- | configs/pine64_plus_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig index ea53b96..ebc24b8 100644 --- a/configs/pine64_plus_defconfig +++ b/configs/pine64_plus_defconfig @@ -2,8 +2,6 @@ CONFIG_ARM=y CONFIG_RESERVE_ALLWINNER_BOOT0_HEADER=y CONFIG_ARCH_SUNXI=y CONFIG_MACH_SUN50I=y -CONFIG_DRAM_CLK=672 -CONFIG_DRAM_ZQ=3881915 CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pine64-plus" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_CONSOLE_MUX=y |