diff options
Diffstat (limited to 'include/configs/poleg.h')
-rw-r--r-- | include/configs/poleg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/poleg.h b/include/configs/poleg.h index 1e96e838be4..2a2d85c8ec6 100644 --- a/include/configs/poleg.h +++ b/include/configs/poleg.h @@ -13,6 +13,8 @@ #define CFG_SYS_BOOTMAPSZ (0x30 << 20) #define CFG_SYS_SDRAM_BASE 0x0 +#define CFG_SYS_BAUDRATE_TABLE { 57600, 115200, 230400, 460800 } + /* Default environemnt variables */ #define CFG_EXTRA_ENV_SETTINGS "uimage_flash_addr=80200000\0" \ "stdin=serial\0" \ |