diff mbox series

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

Message ID 20181030175748.26698-1-semen.protsenko@linaro.org
State Accepted
Commit de8566a1609aae0659f2067821dd2c6661bde61c
Headers show
Series arm: ti: boot: Don't read environment partition | expand

Commit Message

Sam Protsenko Oct. 30, 2018, 5:57 p.m. UTC
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>
---
 include/environment/ti/boot.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Nov. 2, 2018, 8:30 p.m. UTC | #1
On Tue, Oct 30, 2018 at 07:57:48PM +0200, Sam Protsenko wrote:

> 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>


Applied to u-boot/master, thanks!

-- 
Tom
diff mbox series

Patch

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 "