diff options
author | Yan Liu <yan-liu@ti.com> | 2016-03-09 15:39:39 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-15 21:30:19 -0400 |
commit | d28a86c07adc4b0288b86084db074c327cde2731 (patch) | |
tree | 47f8207534313aae27b371373ee12e7ccfcd6234 /include/configs/k2g_evm.h | |
parent | abca947746063e53e3aeadd5b809b4a7be913acf (diff) | |
download | u-boot-d28a86c07adc4b0288b86084db074c327cde2731.tar.gz |
keystone2: env: Set mmc as default boot for k2g-evm
For k2l, k2e and k2hk, ubi is set to default boot in uboot
environment settings; while for k2g, mmc should be the
default boot. This patch is to set mmc as default for k2g-evm
Signed-off-by: Yan Liu <yan-liu@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/k2g_evm.h')
-rw-r--r-- | include/configs/k2g_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h index 2e477635c5..7bc506f51f 100644 --- a/include/configs/k2g_evm.h +++ b/include/configs/k2g_evm.h @@ -18,6 +18,7 @@ #define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \ DEFAULT_MMC_TI_ARGS \ DEFAULT_PMMC_BOOT_ENV \ + "boot=mmc\0" \ "console=ttyS0,115200n8\0" \ "bootpart=0:2\0" \ "bootdir=/boot\0" \ |