U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: ti: boot: Don't read environment partition
@ 2018-10-30 17:57 Sam Protsenko
  2018-11-02 20:30 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Protsenko @ 2018-10-30 17:57 UTC (permalink / raw)
  To: u-boot

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

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] arm: ti: boot: Don't read environment partition
  2018-10-30 17:57 [U-Boot] [PATCH] arm: ti: boot: Don't read environment partition Sam Protsenko
@ 2018-11-02 20:30 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-11-02 20:30 UTC (permalink / raw)
  To: u-boot

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181102/eb3cbbba/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-02 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-30 17:57 [U-Boot] [PATCH] arm: ti: boot: Don't read environment partition Sam Protsenko
2018-11-02 20:30 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox