summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-02-20 02:19:42 -0800
committerYe Li <ye.li@nxp.com>2019-02-22 01:23:28 -0800
commit9a4a67ed9f07e99cf284fe2929c4f12809b5884b (patch)
treebf46361c1cff77565f91899ab03cc91505bf3486 /include
parent698574fb422f00275947d086bc37f3a9a3a226a2 (diff)
MLK-20953 mx6ul/ull/ulz: Add "emmc_ack=1" env for EVK board
The imx6ul/ull/ulz EVK boards enable eMMC fastboot with ack by default bootcfg. So when using uuu to burn eMMC, we have to set ack to 1 in "mmc partconf" command. Add this env for these board, so that uuu can use it to solve the problem by executing "if env exists emmc_ack; then ; else setenv emmc_ack 0; fi;" to use the emmc_ack at runtime. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6ul_14x14_evk.h1
-rw-r--r--include/configs/mx6ullevk.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index 449081fed10..7c4b659acf6 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -90,6 +90,7 @@
"initrd_addr=0x86800000\0" \
"initrd_high=0xffffffff\0" \
"emmc_dev=1\0"\
+ "emmc_ack=1\0"\
"sd_dev=1\0" \
#if defined(CONFIG_NAND_BOOT)
diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h
index 7c0a390cd1f..b4984a4cd22 100644
--- a/include/configs/mx6ullevk.h
+++ b/include/configs/mx6ullevk.h
@@ -90,6 +90,7 @@
"initrd_addr=0x86800000\0" \
"initrd_high=0xffffffff\0" \
"emmc_dev=1\0"\
+ "emmc_ack=1\0"\
"sd_dev=1\0" \
#if defined(CONFIG_NAND_BOOT)