diff options
| author | Marek Vasut <[email protected]> | 2018-06-17 06:40:13 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2018-06-19 06:15:55 +0200 |
| commit | 27d290c46ee01094632a2b0058f7c1f9b37afbe4 (patch) | |
| tree | a77674afcb9c1f22663fff388a7d24394a61050e | |
| parent | 5af654197263dfac08e17d24e477e27c6990df72 (diff) | |
ARM: rmobile: Adjust text base on V3M Eagle
The latest ATF puts the U-Boot at 0x50000000, just like on all the other
boards. Adjust the text base to reflect that change.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
| -rw-r--r-- | configs/r8a77970_eagle_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/r8a77970_eagle_defconfig b/configs/r8a77970_eagle_defconfig index b736e311770..251415c03a6 100644 --- a/configs/r8a77970_eagle_defconfig +++ b/configs/r8a77970_eagle_defconfig @@ -1,6 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_RMOBILE=y -CONFIG_SYS_TEXT_BASE=0x58280000 +CONFIG_SYS_TEXT_BASE=0x50000000 CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_RCAR_GEN3=y CONFIG_R8A77970=y |
