summaryrefslogtreecommitdiff
path: root/tegra-uboot-flasher
diff options
context:
space:
mode:
Diffstat (limited to 'tegra-uboot-flasher')
-rwxr-xr-xtegra-uboot-flasher2
1 files changed, 1 insertions, 1 deletions
diff --git a/tegra-uboot-flasher b/tegra-uboot-flasher
index d80aa0d..4809665 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):