From: Arnaud Ferraris Date: Wed, 2 Sep 2020 07:53:50 +0000 (+0200) Subject: [PATCH] configs: add PineTab defconfig X-Git-Tag: archive/raspbian/2021.01+dfsg-5+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f809fa21589273e011e521b0dc59284d135b5724;p=u-boot.git [PATCH] configs: add PineTab defconfig From 2c346cacb4b0841051bceb27a57058020860ab8b Mon Sep 17 00:00:00 2001 Forwarded: https://patchwork.ozlabs.org/project/uboot/list/?series=232582 The PineTab device-tree is already in u-boot, this commit adds the corresponding defconfig, based on pinephone_defconfig. Signed-off-by: Arnaud Ferraris Gbp-Pq: Topic pinetab Gbp-Pq: Name 0001-configs-add-PineTab-defconfig.patch --- diff --git a/configs/pinetab_defconfig b/configs/pinetab_defconfig new file mode 100644 index 000000000..3e3e5fc9c --- /dev/null +++ b/configs/pinetab_defconfig @@ -0,0 +1,20 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_SPL=y +CONFIG_IDENT_STRING="" +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_VIDEO_DE2 is not set +CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pinetab" +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_SYS_CONSOLE_INFO_QUIET=y +# CONFIG_DISPLAY_CPUINFO is not set +# CONFIG_DISPLAY_BOARDINFO is not set +# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set +# CONFIG_SPL_BANNER_PRINT is not set +# CONFIG_SPL_POWER_SUPPORT is not set +# CONFIG_NET is not set +# CONFIG_EFI_LOADER is not set