From: Duje Mihanović Date: Thu, 26 Dec 2024 11:22:48 +0000 (+0100) Subject: add custom baudrate table X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/%7B%7B?a=commitdiff_plain;h=80663dae6be64f132cb8040cd9bface4b706bfdf;p=u-boot.git add custom baudrate table --- diff --git a/include/configs/pxa1908.h b/include/configs/pxa1908.h index edd1e50e0d..36c7fdaf7f 100644 --- a/include/configs/pxa1908.h +++ b/include/configs/pxa1908.h @@ -2,3 +2,4 @@ #define CFG_SYS_INIT_RAM_ADDR 0x10000000 #define CFG_SYS_INIT_RAM_SIZE 0x4000 #define CFG_SYS_NS16550_IER 0x40 +#define CFG_SYS_BAUDRATE_TABLE { 115200, 230400, 460800, 921600 }