diff options
-rw-r--r-- | include/environment/ti/boot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/environment/ti/boot.h b/include/environment/ti/boot.h index 560753ae4c..3c9c87f21b 100644 --- a/include/environment/ti/boot.h +++ b/include/environment/ti/boot.h @@ -93,7 +93,6 @@ AVB_VERIFY_CHECK \ "part start mmc ${mmcdev} boot boot_start; " \ "part size mmc ${mmcdev} boot boot_size; " \ - "mmc read ${fdtaddr} ${fdt_start} ${fdt_size}; " \ "mmc read ${loadaddr} ${boot_start} ${boot_size}; " \ "bootm ${loadaddr}#${fdtfile};\0 " |