From b08695ae0d33b53b1c44e001fddc542497d2f7e6 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Thu, 1 Sep 2016 15:35:58 +0800 Subject: [PATCH] Change mmcdev to 1 for eMMC boot --- include/configs/smarct335x_evm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/smarct335x_evm.h b/include/configs/smarct335x_evm.h index 02c371e..15bb3eb 100644 --- a/include/configs/smarct335x_evm.h +++ b/include/configs/smarct335x_evm.h @@ -108,7 +108,7 @@ DEFAULT_LINUX_BOOT_ENV \ DEFAULT_MMC_TI_ARGS \ "boot_fdt=try\0" \ - "mmcdev=0\0" \ + "mmcdev=1\0" \ "bootpart=${mmcdev}:1\0" \ "bootdir=\0" \ "fdtdir=/dtbs\0" \ -- 1.9.1