diff options
| author | Sam Protsenko <[email protected]> | 2018-10-30 19:57:48 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-11-01 10:02:43 -0400 |
| commit | de8566a1609aae0659f2067821dd2c6661bde61c (patch) | |
| tree | 6428cb9e0b294d5d3315d873abff7b3c153e804e /include | |
| parent | c091dc7dad8cd64c7e185d8af267ed2ef40af8dc (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -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 560753ae4c8..3c9c87f21b1 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 " |
