commit | 53357fbb29378cea4e45065e7ed0cf8bc41654fd | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Wed Aug 23 22:59:05 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Sep 03 15:30:30 2017 -0400 |
tree | 3d17942557b19d78b6447af8da4fc90a229c15a0 | |
parent | 1b3d8787721990c01da578c5e797a0c6ff04f8e3 [diff] |
include/configs: remove default values of CONFIG_SYS_BARGSIZE CONFIG_SYS_BARGSIZE is already defined to 512 in common/image.c when not defined. Therefore, there is no point in having board configuration files define it to 512. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Tom Rini <trini@konsulko.com>