diff options
author | Jagan Teki | 2018-01-10 14:20:06 +0530 |
---|---|---|
committer | Jagan Teki | 2018-01-12 00:28:29 +0530 |
commit | 00425e63f6a0eef03a2c554edc3caee5a27a046b (patch) | |
tree | 1ccf43106d918bf1f54fd1b321d5d5144f6f7a22 /configs/a64-olinuxino_defconfig | |
parent | 34439f73d92171cff478bd454cd812a5a50fbdd0 (diff) |
configs: sun50i: Enable eMMC on a64-olinuxino
a64-olinuxino has 8GiB eMMC, enable it.
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/a64-olinuxino_defconfig')
-rw-r--r-- | configs/a64-olinuxino_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/a64-olinuxino_defconfig b/configs/a64-olinuxino_defconfig index 63a0048702f..02da3920671 100644 --- a/configs/a64-olinuxino_defconfig +++ b/configs/a64-olinuxino_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_SUNXI=y CONFIG_MACH_SUN50I=y CONFIG_RESERVE_ALLWINNER_BOOT0_HEADER=y +CONFIG_MMC_SUNXI_SLOT_EXTRA=2 CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-olinuxino" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL=y |