Explorar o código

arm: ti: boot: Don't read environment partition

This part should've been remove in commit 88d60db01168 ("arm: ti: boot:
Remove environment partition"), but I missed it somehow. Remove reading
dtb file from environment partition on eMMC, as we don't have it
anymore.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Sam Protsenko %!s(int64=5) %!d(string=hai) anos
pai
achega
de8566a160
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      include/environment/ti/boot.h

+ 0 - 1
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 "