diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-09-12 12:42:50 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-09-29 11:50:07 +0200 |
commit | 861ba4aaac3e7fdfad00f268ff142e56979e50a2 (patch) | |
tree | 8e78161d212af73a0706c202f24a5ee0391b4679 /configs/Wobo_i5_defconfig | |
parent | 1f8836396de8215b7f460616926052b32597bb29 (diff) | |
download | u-boot-861ba4aaac3e7fdfad00f268ff142e56979e50a2.tar.gz |
sunxi: Rename A10s-Wobo-i5_defconfig to Wobo_i5_defconfig
We only prefix the board defconfig name with the SoC if the SoC is part
of the official board-name, such as with Olimex OLinuxIno boards, for the
Wobo i5 this is not the case so remove the A10s prefix from the defconfig
filename.
Also fix the double listing of A10s-OLinuXino-M_defconfig in MAINTAINERS
which the original Wobo i5 addition commit introduced.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs/Wobo_i5_defconfig')
-rw-r--r-- | configs/Wobo_i5_defconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/Wobo_i5_defconfig b/configs/Wobo_i5_defconfig new file mode 100644 index 0000000000..206fd488cc --- /dev/null +++ b/configs/Wobo_i5_defconfig @@ -0,0 +1,14 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_MACH_SUN5I=y +CONFIG_DRAM_CLK=432 +CONFIG_MMC0_CD_PIN="PB3" +CONFIG_USB1_VBUS_PIN="PG12" +CONFIG_DEFAULT_DEVICE_TREE="sun5i-a10s-wobo-i5" +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER" +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_FLASH is not set +# CONFIG_CMD_FPGA is not set +CONFIG_USB_EHCI_HCD=y |