diff options
| author | Marek Vasut <[email protected]> | 2017-10-09 20:39:47 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2017-12-09 13:36:25 +0100 |
| commit | 5cb19e7ad5be07de3b1368f3ff4349396e504002 (patch) | |
| tree | f1c25ba8afc4681c6e7a69c3bac20c62655fba30 /include/configs | |
| parent | 894ee0575f424238fa3d1de9e6ab9196c35bd8b5 (diff) | |
ARM: rmobile: Add R8A77970 SoC
Add bits to support yet another SoC, the R8A77970 V3M .
Signed-off-by: Marek Vasut <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/rcar-gen3-common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index 2815e241dec..30a98b8ada3 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -44,7 +44,11 @@ #define CONFIG_SYS_BAUDRATE_TABLE { 115200, 38400 } /* MEMORY */ +#if defined(CONFIG_R8A77970) +#define CONFIG_SYS_TEXT_BASE 0x58280000 +#else #define CONFIG_SYS_TEXT_BASE 0x50000000 +#endif #define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE #define DRAM_RSV_SIZE 0x08000000 |
