public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [flasher scripts PATCH] Remove obsolete comment about load address
@ 2016-06-29  2:34 Martin Michlmayr
       [not found] ` <20160629023422.GA18059-IRMp5PtgtdoigzW5ZibpNwC/G2K4zDHf@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Michlmayr @ 2016-06-29  2:34 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA

Remove the obsolete comment about the hardcoded load address since
it's determined from the binary as of commit 948b56e ("Determine SPL
entry-point automatically").

Signed-off-by: Martin Michlmayr <tbm-R+vWnYXSFMfQT0dZR+AlfA@public.gmane.org>
---
 tegra-uboot-flasher | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tegra-uboot-flasher b/tegra-uboot-flasher
index ddce70d..b7eeb2c 100755
--- a/tegra-uboot-flasher
+++ b/tegra-uboot-flasher
@@ -179,7 +179,6 @@ def func_flash():
     if args.debug:
         print 'pad_size %d 0x%x' % (pad_size, pad_size)
 
-    # 0x00108000 is CONFIG_SYS_TEXT_BASE in U-Boot, minus RAM base
     loadaddr = get_loadaddr()
     flash_image_addr = loadaddr + padded_size
     if args.debug:
-- 
2.1.4

-- 
Martin Michlmayr
http://www.cyrius.com/

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

* Re: [flasher scripts PATCH] Remove obsolete comment about load address
       [not found] ` <20160629023422.GA18059-IRMp5PtgtdoigzW5ZibpNwC/G2K4zDHf@public.gmane.org>
@ 2016-06-29 15:31   ` Stephen Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2016-06-29 15:31 UTC (permalink / raw)
  To: Martin Michlmayr; +Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA

On 06/28/2016 08:34 PM, Martin Michlmayr wrote:
> Remove the obsolete comment about the hardcoded load address since
> it's determined from the binary as of commit 948b56e ("Determine SPL
> entry-point automatically").

Applied, thanks.

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

end of thread, other threads:[~2016-06-29 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-29  2:34 [flasher scripts PATCH] Remove obsolete comment about load address Martin Michlmayr
     [not found] ` <20160629023422.GA18059-IRMp5PtgtdoigzW5ZibpNwC/G2K4zDHf@public.gmane.org>
2016-06-29 15:31   ` Stephen Warren

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