From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Harvey Date: Mon, 13 Mar 2017 08:51:14 -0700 Subject: [U-Boot] [PATCH 14/14] imx: ventana: config: add EMMC boot options In-Reply-To: <1489420274-2691-1-git-send-email-tharvey@gateworks.com> References: <1489420274-2691-1-git-send-email-tharvey@gateworks.com> Message-ID: <1489420274-2691-15-git-send-email-tharvey@gateworks.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Tim Harvey --- include/configs/gw_ventana.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 9c08fe3..057089b 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -101,6 +101,10 @@ /* MMC Configs */ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 +/* eMMC Configs */ +#define CONFIG_SUPPORT_EMMC_BOOT +#define CONFIG_SUPPORT_EMMC_RPMB + /* Filesystem support */ #define CONFIG_CMD_UBIFS -- 2.7.4