]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
apalis/colibri_t30: add misc cmds increase buf sizes and max args
authorMarcel Ziswiler <marcel@ziswiler.com>
Sun, 1 Mar 2015 01:05:39 +0000 (02:05 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:10:27 +0000 (14:10 +0200)
commit6f82cf689fe79d4d6f44f11cb42f5600e1ad2eb9
treebbcc9bbf55c1e3a3e40fd77f123cfd7d52663226
parenta662b714223ed68f648c09d485211bf6951def94
apalis/colibri_t30: add misc cmds increase buf sizes and max args

In order to work with our downstream U-Boot environment and update
scripts add support for the following miscellaneous commands:

CONFIG_CMD_SETEXPR
CONFIG_FAT_WRITE

Increase the console I/O and print as well as argument buffer sizes:

CONFIG_SYS_CBSIZE
CONFIG_SYS_PBSIZE
CONFIG_SYS_BARGSIZE

Increase the maximum number of arguments allowed:

CONFIG_SYS_MAXARGS

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/apalis_t30.h
include/configs/colibri_t30.h