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/html/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=7524d50047dea53b461ad54f800c194abacf79ad;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 }