commit | 5118211676ddfb03cfce1d97218862cc9c80a844 | [log] [tgz] |
---|---|---|
author | Jon Nettleton <jon@solid-run.com> | Mon Jun 11 15:26:22 2018 +0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jul 23 10:17:04 2018 +0200 |
tree | 5ccb7f19e959410e7ae4f08c1525a6d7685ccaa2 | |
parent | 7d065e563523dbbee7aa1f841795974e17c6a851 [diff] |
mx6cuboxi: Use mmc_get_op_cond() to check for an eMMC Previously we had just made broad assumptions with which of our boards had an eMMC or not even though this is a manufacturing time assembly option. This takes the guessing away and actually checks for the existence of an eMMC and sets up the has_emmc environment variable. Signed-off-by: Jon Nettleton <jon@solid-run.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il>