summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2016-06-28 19:34:22 -0700
committerStephen Warren <swarren@nvidia.com>2016-06-29 09:30:47 -0600
commit4ee899ebb89869e18ecb51e4301357c676011c5a (patch)
tree584601e5fd95fc47e247f153512fc95aa0af2523
parent8c548635444098c41aa4b3e7a5fa40c2723497cc (diff)
downloadtegra-uboot-flasher-scripts-4ee899ebb89869e18ecb51e4301357c676011c5a.tar.gz
Remove obsolete comment about load address
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> Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rwxr-xr-xtegra-uboot-flasher1
1 files changed, 0 insertions, 1 deletions
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: