diff options
author | Tom Rini <trini@ti.com> | 2014-02-05 10:24:24 -0500 |
---|---|---|
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | 2014-02-07 18:17:49 +0200 |
commit | 378ec0f8161d12df63016b7ad1e9415b4221b7dc (patch) | |
tree | 98284815ee374ce1c4feedb6af705e55b4bea648 /include/configs | |
parent | 614b2bf1c9bf80dbad24f5e5ce1d115bf24a831d (diff) | |
download | u-boot-378ec0f8161d12df63016b7ad1e9415b4221b7dc.tar.gz |
omap5_uevm: Add CONFIG_SUPPORT_EMMC_BOOT, document usage
Add a README to the board which lists the commands required to enable
booting from the eMMC boot partitions found on the board.
Signed-off-by: Tom Rini <trini@ti.com>
Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap5_uevm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 76c5106b45..3df502eda0 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -37,6 +37,7 @@ #define CONFIG_PARTITION_UUIDS #define CONFIG_CMD_PART #define CONFIG_HSMMC2_8BIT +#define CONFIG_SUPPORT_EMMC_BOOT /* Required support for the TCA642X GPIO we have on the uEVM */ #define CONFIG_TCA642X |