aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorArnaud Ferraris <arnaud.ferraris@collabora.com>2021-09-06 23:06:13 +0200
committerAndre Przywara <andre.przywara@arm.com>2021-10-11 10:46:43 +0100
commit5427da02bebb3a375f11a5623dea07993ea0d555 (patch)
treed2783fb76fc09ac5f1ebc7e9bc4e2ba6b453a7d6 /configs
parentf331497d3ad4166f9826e7674793ae04094b29c1 (diff)
downloadu-boot-5427da02bebb3a375f11a5623dea07993ea0d555.zip
u-boot-5427da02bebb3a375f11a5623dea07993ea0d555.tar.gz
u-boot-5427da02bebb3a375f11a5623dea07993ea0d555.tar.bz2
configs: add PineTab defconfig
The PineTab device-tree is already in u-boot, this commit adds the corresponding defconfig, based on pinephone_defconfig. Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/pinetab_defconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/pinetab_defconfig b/configs/pinetab_defconfig
new file mode 100644
index 0000000..0cc2414
--- /dev/null
+++ b/configs/pinetab_defconfig
@@ -0,0 +1,10 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pinetab"
+CONFIG_SPL=y
+CONFIG_MACH_SUN50I=y
+CONFIG_SUNXI_DRAM_LPDDR3_STOCK=y
+CONFIG_DRAM_CLK=552
+CONFIG_DRAM_ZQ=3881949
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set