Commit 55fdb4689efcccd43d690c340084483947789b51

Authored by Eric Lee
1 parent 0bf6318cc0

Separate mmcdev from SD and eMMC

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

include/configs/embedian_armv7_common.h
... ... @@ -59,7 +59,6 @@
59 59 "bootm_size=0x10000000\0"
60 60  
61 61 #define DEFAULT_MMC_TI_ARGS \
62   - "mmcdev=1\0" \
63 62 "mmcrootfstype=ext4 rootwait fixrtc\0" \
64 63 "finduuid=part uuid mmc 1:2 uuid\0" \
65 64 "args_mmc=run finduuid;setenv bootargs console=${console} " \
include/configs/smarct335x_evm.h
... ... @@ -73,7 +73,8 @@
73 73 DEFAULT_LINUX_BOOT_ENV \
74 74 DEFAULT_MMC_TI_ARGS \
75 75 "boot_fdt=try\0" \
76   - "bootpart=1:1\0" \
  76 + "mmcdev=0\0" \
  77 + "bootpart=${mmcdev}:1\0" \
77 78 "bootdir=\0" \
78 79 "fdtdir=/dtbs\0" \
79 80 "bootfile=zImage\0" \