commit | 80c914f1bb86d1b14a3cd993afdd20287d7a314b | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Wed Aug 23 22:59:01 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Sep 03 15:30:27 2017 -0400 |
tree | 66df7dce97177f7ec5a59f7b13a84b9d1e61d73f | |
parent | 3784c789e7e8de3d022ddf198b01e54b68971cd5 [diff] |
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>