diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-01-06 13:27:20 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-01-13 11:52:28 +0100 |
commit | 03ce33027469af14b98d6041fbb6cbd52d7c8712 (patch) | |
tree | 7fa927fdc34a4597e4b4dba61ff1c0e7005fb662 /include/configs/mx6sabresd.h | |
parent | 12c20c0c9ba4c52fc512f7192c26c5b7d78f4cbe (diff) | |
download | u-boot-03ce33027469af14b98d6041fbb6cbd52d7c8712.tar.gz |
mx6sabresd: Add eMMC specific environment to allow U-Boot update
A new 'update_emmc_firmware' target is added to allow for easy U-Boot
update in the eMMC as it has secury boot partition and this needs
specific handling on how to program the specific partition.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include/configs/mx6sabresd.h')
-rw-r--r-- | include/configs/mx6sabresd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h index 3229bc70d8..4919f53328 100644 --- a/include/configs/mx6sabresd.h +++ b/include/configs/mx6sabresd.h @@ -23,6 +23,8 @@ #endif #define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024) +#define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */ + #include "mx6sabre_common.h" #define CONFIG_SYS_FSL_USDHC_NUM 3 |