diff options
author | Tim Harvey <tharvey@gateworks.com> | 2017-03-13 08:51:14 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-03-20 19:11:42 +0100 |
commit | 1faca6ad634ab163a31052bd6bf8e8657f4fc039 (patch) | |
tree | 1075cd56d5db7e8772cc50b0a0587253167c1667 /include/configs/gw_ventana.h | |
parent | 214fb19bcce3bca0cb6d986984f609703cb5516f (diff) | |
download | u-boot-1faca6ad634ab163a31052bd6bf8e8657f4fc039.tar.gz u-boot-1faca6ad634ab163a31052bd6bf8e8657f4fc039.tar.xz u-boot-1faca6ad634ab163a31052bd6bf8e8657f4fc039.zip |
imx: ventana: config: add EMMC boot options
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs/gw_ventana.h')
-rw-r--r-- | include/configs/gw_ventana.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index bdd0b73957..4d54261462 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 |