From 4ee899ebb89869e18ecb51e4301357c676011c5a Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 28 Jun 2016 19:34:22 -0700 Subject: 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 Signed-off-by: Stephen Warren --- 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: -- cgit v1.2.1