diff options
| author | Marek Vasut <[email protected]> | 2026-05-08 00:56:29 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2026-05-21 21:48:05 +0200 |
| commit | 3e24519d6f7ed84581d159d501b973b9ada74588 (patch) | |
| tree | 060d15397408ab829324989fb649e28b33fcfa0a /include | |
| parent | 9692469b18457af5039cf44b4d2e06ae1384f40d (diff) | |
arm64: renesas: Select HSCIF for DEBUG UART on R-Car Gen5 R8A78000 X5H
The R-Car Gen5 R8A78000 X5H uses HSCIF as default serial console
interface. Select CFG_HSCIF to make debug UART code also configure
serial console interface as HSCIF instead of SCIF in case the
CONFIG_DEBUG_UART would be enabled.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/rcar-gen5-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rcar-gen5-common.h b/include/configs/rcar-gen5-common.h index 9edc37cba8b..4fbe8994f62 100644 --- a/include/configs/rcar-gen5-common.h +++ b/include/configs/rcar-gen5-common.h @@ -10,6 +10,7 @@ /* Console */ #define CFG_SYS_BAUDRATE_TABLE { 38400, 115200, 921600, 1843200, 3250000 } +#define CFG_HSCIF /* Memory */ #define DRAM_RSV_SIZE 0x20600000 |
