diff options
| author | Peng Fan <[email protected]> | 2022-05-05 15:43:28 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-05-20 12:36:48 +0200 |
| commit | fbc6b1414342910550728b82fda0e47af4833463 (patch) | |
| tree | c8b3fbd3f22eb239a6fc505caf74d44484662eb4 /include | |
| parent | c898b53755e6267e3eac7c3ce5fdb45b0dcdd10f (diff) | |
imx: imx8mp_rsb3720a1: convert to DM_SERIAL
Enable CONFIG_DM_SERIAL. uart2 and its pinmux was already
marked with u-boot,dm-spl.
Signed-off-by: Peng Fan <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/imx8mp_rsb3720.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/imx8mp_rsb3720.h b/include/configs/imx8mp_rsb3720.h index cd8116f6c93..52e8ea8f86a 100644 --- a/include/configs/imx8mp_rsb3720.h +++ b/include/configs/imx8mp_rsb3720.h @@ -168,8 +168,6 @@ #define PHYS_SDRAM_2_SIZE 0x80000000 /* 2 GB */ #endif -#define CONFIG_MXC_UART_BASE UART_BASE_ADDR(3) - /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 2048 #define CONFIG_SYS_MAXARGS 64 |
