diff options
author | Tom Rini <trini@ti.com> | 2014-11-05 07:23:32 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-05 07:23:32 -0500 |
commit | d5325eff10922acb11c39efece6d5f24de5b1998 (patch) | |
tree | 8ab0ce7214dcb242ab4edcc5d79f5ff78cd0446b /configs/Mele_M3_defconfig | |
parent | 7417e7fdf2481320f1253393f6d560981849c9cb (diff) | |
parent | 44fd5914fb08ffcd96c9db7e448787f1d2aed801 (diff) |
Merge git://www.denx.de/git/u-boot-sunxi
Diffstat (limited to 'configs/Mele_M3_defconfig')
-rw-r--r-- | configs/Mele_M3_defconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/Mele_M3_defconfig b/configs/Mele_M3_defconfig index a043ad277d..fe9ba11c39 100644 --- a/configs/Mele_M3_defconfig +++ b/configs/Mele_M3_defconfig @@ -1,7 +1,9 @@ CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="MELE_M3,AXP209_POWER,SUNXI_GMAC,USB_EHCI" +CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,USB_EHCI" CONFIG_FDTFILE="sun7i-a20-m3.dtb" +S:CONFIG_MMC_SUNXI_SLOT_EXTRA=2 +S:CONFIG_MMC0_CD_PIN="PH1" +S:CONFIG_ARM=y -+S:CONFIG_TARGET_SUN7I=y ++S:CONFIG_ARCH_SUNXI=y ++S:CONFIG_MACH_SUN7I=y ++S:CONFIG_TARGET_MELE_M3=y |