uboot-envtools: rename 'imx6' to 'imx'
[openwrt/staging/nbd.git] / package / boot / uboot-imx6 / patches / 111-mx6cuboxi_defconfig-force-mmc-boot.patch
1 From 00ad8b42dfe801107db25ead8249cb10afcd0f94 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= <ynezz@true.cz>
3 Date: Sun, 1 Mar 2020 22:10:23 +0100
4 Subject: [PATCH] mx6cuboxi_defconfig: force mmc boot
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-off-by: Petr Štetiar <ynezz@true.cz>
10 ---
11 configs/mx6cuboxi_defconfig | 1 +
12 1 file changed, 1 insertion(+)
13
14 --- a/configs/mx6cuboxi_defconfig
15 +++ b/configs/mx6cuboxi_defconfig
16 @@ -9,6 +9,7 @@ CONFIG_ENV_SIZE=0x2000
17 CONFIG_ENV_OFFSET=0xFE000
18 CONFIG_DM_GPIO=y
19 CONFIG_SPL_MMC_SUPPORT=y
20 +CONFIG_SPL_FORCE_MMC_BOOT=y
21 CONFIG_SPL_SERIAL_SUPPORT=y
22 CONFIG_NR_DRAM_BANKS=1
23 CONFIG_SPL=y