diff options
author | Tom Rini <trini@konsulko.com> | 2015-10-02 20:35:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-02 20:35:49 -0400 |
commit | fbb0c7bd92255bfcb13826a8ac81be6e2f94ba48 (patch) | |
tree | f5848a4537dc07fe4f57bbee541a61d13398c454 /include/configs/tegra20-common.h | |
parent | b8d242121dd3c8c418751c37e6f7157cf6428dbf (diff) | |
parent | fe82857c4b1667fff8108eab77340ae76016215a (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Diffstat (limited to 'include/configs/tegra20-common.h')
-rw-r--r-- | include/configs/tegra20-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h index 0841f33bfc..00e85c48c4 100644 --- a/include/configs/tegra20-common.h +++ b/include/configs/tegra20-common.h @@ -32,7 +32,7 @@ /*----------------------------------------------------------------------- * Physical Memory Map */ -#define CONFIG_SYS_TEXT_BASE 0x0010E000 +#define CONFIG_SYS_TEXT_BASE 0x00110000 /* * Memory layout for where various images get loaded by boot scripts: |