mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
37781a1a7e
It turns out that there is a too large spread between boards to handle this with a default value, turn this into Kconfig options, and set the values the factory images are using for the Colombus and Mele_M9 boards. Note this changes the ZQ default when not overriden through defconfig from 120 to 123, as that is what most boards seem to actually use. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
9 lines
210 B
Text
9 lines
210 B
Text
CONFIG_SPL=y
|
|
CONFIG_FDTFILE="sun6i-a31-colombus.dtb"
|
|
CONFIG_USB_KEYBOARD=n
|
|
+S:CONFIG_ARM=y
|
|
+S:CONFIG_ARCH_SUNXI=y
|
|
+S:CONFIG_MACH_SUN6I=y
|
|
+S:CONFIG_TARGET_COLOMBUS=y
|
|
+S:CONFIG_DRAM_CLK=288
|
|
+S:CONFIG_DRAM_ZQ=379
|