diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2019-04-19 20:34:11 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-25 19:20:32 +0200 |
commit | 0710726d047f559b17a64d8cce860639c635adfd (patch) | |
tree | 34e46d5f33eb2d6356b94406c7f110d1fe4b98fe /include | |
parent | 5e479ccdf104c131537cebf6345729f30864ac8f (diff) |
warp7: Switch to DM Serial
This commit switches to DM SERIAL for warp7 and warp7_bl33 defconfigs.
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Joris Offouga <offougajoris@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/warp7.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/warp7.h b/include/configs/warp7.h index 4947597b40..37649cf2c5 100644 --- a/include/configs/warp7.h +++ b/include/configs/warp7.h @@ -24,8 +24,6 @@ #endif #endif -#define CONFIG_MXC_UART_BASE UART1_IPS_BASE_ADDR - /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (35 * SZ_1M) |