diff options
author | Tom Rini <trini@ti.com> | 2013-12-02 08:44:28 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-12-02 08:44:28 -0500 |
commit | 19210ae9838a867ce0243c41eafe928317c15b10 (patch) | |
tree | ba804ff91483eb762f7138d163bef14385ae3b9e /include | |
parent | e40acc0a59319f9f3f0aba6ef10abd2dbf096ae1 (diff) | |
parent | 67d4752d1dae768c7ff381272880d4aceeb62085 (diff) | |
download | u-boot-imx-19210ae9838a867ce0243c41eafe928317c15b10.zip u-boot-imx-19210ae9838a867ce0243c41eafe928317c15b10.tar.gz u-boot-imx-19210ae9838a867ce0243c41eafe928317c15b10.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mips
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/malta.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/malta.h b/include/configs/malta.h index 458c33a..cc574ed 100644 --- a/include/configs/malta.h +++ b/include/configs/malta.h @@ -54,6 +54,7 @@ #define CONFIG_SYS_MALLOC_LEN (128 * 1024) #define CONFIG_SYS_BOOTPARAMS_LEN (128 * 1024) +#define CONFIG_SYS_BOOTM_LEN (64 * 1024 * 1024) /* * Console configuration @@ -80,7 +81,7 @@ #define CONFIG_SYS_NS16550 #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_REG_SIZE 1 -#define CONFIG_SYS_NS16550_CLK 115200 +#define CONFIG_SYS_NS16550_CLK (115200 * 16) #define CONFIG_SYS_NS16550_COM1 CKSEG1ADDR(MALTA_GT_UART0_BASE) #define CONFIG_SYS_NS16550_COM2 CKSEG1ADDR(MALTA_MSC01_UART0_BASE) #define CONFIG_CONS_INDEX 1 |