mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
arm: ti: boot: Don't read environment partition
This part should've been remove in commit 88d60db011
("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>
This commit is contained in:
parent
c091dc7dad
commit
de8566a160
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@
|
||||||
AVB_VERIFY_CHECK \
|
AVB_VERIFY_CHECK \
|
||||||
"part start mmc ${mmcdev} boot boot_start; " \
|
"part start mmc ${mmcdev} boot boot_start; " \
|
||||||
"part size mmc ${mmcdev} boot boot_size; " \
|
"part size mmc ${mmcdev} boot boot_size; " \
|
||||||
"mmc read ${fdtaddr} ${fdt_start} ${fdt_size}; " \
|
|
||||||
"mmc read ${loadaddr} ${boot_start} ${boot_size}; " \
|
"mmc read ${loadaddr} ${boot_start} ${boot_size}; " \
|
||||||
"bootm ${loadaddr}#${fdtfile};\0 "
|
"bootm ${loadaddr}#${fdtfile};\0 "
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue