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@xxxxxxxxxx> --- 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/ -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html