]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: add PineTab defconfig
authorArnaud Ferraris <arnaud.ferraris@collabora.com>
Mon, 6 Sep 2021 21:06:13 +0000 (23:06 +0200)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 11 Oct 2021 09:46:43 +0000 (10:46 +0100)
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>
board/sunxi/MAINTAINERS
configs/pinetab_defconfig [new file with mode: 0644]

index 4fc26077b23a787e5f8de0b6966efe322ddf74f0..2543c94de79d26b3509931d77db9ae7aa3594759 100644 (file)
@@ -471,6 +471,11 @@ M: Samuel Holland <samuel@sholland.org>
 S:     Maintained
 F:     configs/pinephone_defconfig
 
+PINETAB BOARD
+M:     Arnaud Ferraris <arnaud.ferraris@collabora.com>
+S:     Maintained
+F:     configs/pinetab_defconfig
+
 R16 EVB PARROT BOARD
 M:     Quentin Schulz <quentin.schulz@free-electrons.com>
 S:     Maintained
diff --git a/configs/pinetab_defconfig b/configs/pinetab_defconfig
new file mode 100644 (file)
index 0000000..0cc2414
--- /dev/null
@@ -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