diff options
author | Pali Rohár <pali@kernel.org> | 2022-04-13 21:34:14 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-05-09 13:40:24 -0400 |
commit | c7484ce0913f17b146ce60d26ebeca79df6e9d6e (patch) | |
tree | 5ad4dba63404b6f33e27d2c70da646e9e0d5872e /include/configs/nokia_rx51.h | |
parent | f017c817a8ecfa19df0b72bca8054627d43e5c70 (diff) | |
download | u-boot-c7484ce0913f17b146ce60d26ebeca79df6e9d6e.tar.gz |
Nokia RX-51: Convert to CONFIG_DM_SERIAL
For CONFIG_DM_SERIAL it is required to increase CONFIG_SYS_MALLOC_F_LEN as
default value is not enough for memory hungry CONFIG_DM_SERIAL code.
Signed-off-by: Pali Rohár <pali@kernel.org>
Tested-by: Merlijn Wajer <merlijn@wizzup.org>
Diffstat (limited to 'include/configs/nokia_rx51.h')
-rw-r--r-- | include/configs/nokia_rx51.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index e837b12b568..f273e243e55 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -43,7 +43,6 @@ #define V_NS16550_CLK 48000000 /* 48MHz (APLL96/2) */ #define CONFIG_SYS_NS16550_SERIAL -#define CONFIG_SYS_NS16550_REG_SIZE (-4) #define CONFIG_SYS_NS16550_CLK V_NS16550_CLK /* |