diff options
| author | Teresa Remmet <[email protected]> | 2021-07-07 12:57:59 +0000 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-07-10 16:53:34 +0200 |
| commit | 1feac813fe54ff6466ea2d575960bc1de45b0e5c (patch) | |
| tree | 803a4cf75291dc22fd93afbdbbbf2460ae401a05 /include/configs | |
| parent | 3240d9c63a67880e55e33268d0796f71f65a1acd (diff) | |
board: phytec: phycore_imx8mp: Change debug UART
With the first redesign the debug UART had changed from
UART2 to UART1.
As the first hardware revision is considered as alpha and
will not be supported in future. The old setup will not
be preserved.
Signed-off-by: Teresa Remmet <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/phycore_imx8mp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/phycore_imx8mp.h b/include/configs/phycore_imx8mp.h index 04900498507..e24f223c21d 100644 --- a/include/configs/phycore_imx8mp.h +++ b/include/configs/phycore_imx8mp.h @@ -39,7 +39,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "image=Image\0" \ - "console=ttymxc1,115200\0" \ + "console=ttymxc0,115200\0" \ "fdt_addr=0x48000000\0" \ "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \ "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \ @@ -87,7 +87,7 @@ #define PHYS_SDRAM_SIZE 0x80000000 /* UART */ -#define CONFIG_MXC_UART_BASE UART2_BASE_ADDR +#define CONFIG_MXC_UART_BASE UART1_BASE_ADDR /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE SZ_2K |
