diff options
author | Chen-Yu Tsai <wens@csie.org> | 2019-02-15 19:03:17 +0800 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2019-02-18 14:44:06 +0530 |
commit | 268ae6548779ccd8ba38ce39d43f41be7e0bc133 (patch) | |
tree | 61824f267c272f98bfef19cd0311d59fb27a232c /configs/bananapi_m2_plus_h3_defconfig | |
parent | 7761eb5bea34b7e7e6e0c00b96e70b2efb3bc887 (diff) | |
download | u-boot-268ae6548779ccd8ba38ce39d43f41be7e0bc133.tar.gz |
sunxi: Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3
The brand Sinovoip is used for Sinovoip's original VOIP products, while
the Bananapi brand is for the single board computers they produce. This
has been verified by Bananapi. Rename the board from "Sinovoip BPI M2
Plus" to "Bananapi M2 Plus". For the defconfig file, all lowercase is
used.
To support the H5 variant of this board, the "H3" suffix is added to
the defconfig name.
Also add myself as one of the board maintainers.
As the device tree files were already correctly named, they do not
require any changes.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
[jagan: removed unneeded message from commit body]
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'configs/bananapi_m2_plus_h3_defconfig')
-rw-r--r-- | configs/bananapi_m2_plus_h3_defconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/bananapi_m2_plus_h3_defconfig b/configs/bananapi_m2_plus_h3_defconfig new file mode 100644 index 0000000000..597618fb90 --- /dev/null +++ b/configs/bananapi_m2_plus_h3_defconfig @@ -0,0 +1,20 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_SPL=y +CONFIG_MACH_SUN8I_H3=y +CONFIG_DRAM_CLK=672 +CONFIG_DRAM_ZQ=3881979 +CONFIG_DRAM_ODT_EN=y +CONFIG_MACPWR="PD6" +CONFIG_MMC_SUNXI_SLOT_EXTRA=2 +CONFIG_NR_DRAM_BANKS=1 +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +# CONFIG_CMD_FLASH is not set +# CONFIG_SPL_DOS_PARTITION is not set +# CONFIG_SPL_EFI_PARTITION is not set +CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-bananapi-m2-plus" +CONFIG_SUN8I_EMAC=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_MUSB_GADGET=y +CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y |