linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [flasher PATCH] Fix comment re: meaning of 0x00108000 constant
@ 2015-08-05 20:12 Stephen Warren
       [not found] ` <1438805558-461-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2015-08-05 20:12 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA; +Cc: Stephen Warren

From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

This is the SPL base (which is essentially constant), not the base of
the main CCPLEX binary (which varies according to the size needs of the
SPL image).

Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 tegra-uboot-flasher | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tegra-uboot-flasher b/tegra-uboot-flasher
index d80aa0d48673..4809665d4a6a 100755
--- a/tegra-uboot-flasher
+++ b/tegra-uboot-flasher
@@ -87,7 +87,7 @@ gen_flashcmds = {
 }
 
 def get_loadaddr():
-    # 0x00108000 is CONFIG_SYS_TEXT_BASE in U-Boot, minus RAM base
+    # 0x00108000 is CONFIG_SPL_TEXT_BASE in U-Boot, minus RAM base
     return soc['ram-base'] + 0x00108000
 
 def gen_tegrarcm_cmd(bootloader, loadaddr):
-- 
1.9.1

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

end of thread, other threads:[~2015-08-05 20:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05 20:12 [flasher PATCH] Fix comment re: meaning of 0x00108000 constant Stephen Warren
     [not found] ` <1438805558-461-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2015-08-05 20:13   ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).