diff mbox

[flasher,scripts] Remove obsolete comment about load address

Message ID 20160629023422.GA18059@jirafa.cyrius.com
State Accepted
Headers show

Commit Message

Martin Michlmayr June 29, 2016, 2:34 a.m. UTC
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@cyrius.com>
---
 tegra-uboot-flasher | 1 -
 1 file changed, 1 deletion(-)

Comments

Stephen Warren June 29, 2016, 3:31 p.m. UTC | #1
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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: