]> git.baikalelectronics.ru Git - uboot.git/commit
include/config_fallbacks.h: change fallback for CONFIG_SYS_PBSIZE
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 23 Aug 2017 20:59:01 +0000 (22:59 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 3 Sep 2017 19:30:27 +0000 (15:30 -0400)
commit1ec8a985ada6442276b617c196553b8f2f4f3569
tree66df7dce97177f7ec5a59f7b13a84b9d1e61d73f
parentd2811e57985e83bdf6f81d613e0dc82df5a68d7c
include/config_fallbacks.h: change fallback for CONFIG_SYS_PBSIZE

Most of the platforms are using CONFIG_SYS_CBSIZE +
sizeof(CONFIG_SYS_PROMPT) + 16 as their value for CONFIG_SYS_PBSIZE,
so let's adopt this for the fallback value of CONFIG_SYS_PBSIZE.

This will allow us to drop an explicit definition of CONFIG_SYS_PBSIZE
from a large number of platforms.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/config_fallbacks.h