diff options
| author | Tim Harvey <[email protected]> | 2017-03-13 08:51:14 -0700 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-03-20 19:11:42 +0100 |
| commit | 1faca6ad634ab163a31052bd6bf8e8657f4fc039 (patch) | |
| tree | 1075cd56d5db7e8772cc50b0a0587253167c1667 /include | |
| parent | 214fb19bcce3bca0cb6d986984f609703cb5516f (diff) | |
imx: ventana: config: add EMMC boot options
Signed-off-by: Tim Harvey <[email protected]>
Diffstat (limited to 'include')
| -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 bdd0b73957b..4d542614620 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 |
