earlycon: Increase options size
authorRicardo Ribalda <ribalda@chromium.org>
Thu, 24 Nov 2022 12:39:08 +0000 (13:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jan 2023 13:56:44 +0000 (14:56 +0100)
commit41000b03af9e15075061cdbeea461cfa5e12a8eb
tree191cd7fd154feeba39cb9f360aa9fbbc69aceaba
parent374b30f27f1ae5a88c7f2868ec4abff9fc14d679
earlycon: Increase options size

Now that the clock frequency is also part of the options, 16 bytes is
too little.

Without this patch dmesg does not show the whole options, Eg:

earlycon: uart0 at MMIO32 0x00000000fedc9000 (options '115200n8,480000')

instead of: '115200n8,48000000'

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20221123-serial-clk-v3-2-49c516980ae0@chromium.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/serial_core.h