[U-Boot] [RFC PATCH] common, kconfig: move VERSION_VARIABLE to Kconfig
Hannes Schmelzer
Hannes.Schmelzer at br-automation.com
Fri Sep 9 08:55:04 CEST 2016
Heiko Schocher <hs at denx.de> schrieb am 09.09.2016 08:12:49:
>[RFC PATCH] common, kconfig: move VERSION_VARIABLE to Kconfig
>
> move VERSION_VARIABLE from board config file into a
> Kconfig option.
>
> Signed-off-by: Heiko Schocher <hs at denx.de>
> ---
>
> Tested with tbot:
> http://lists.denx.de/pipermail/u-boot/2016-June/258119.html
>
> result from first run:
> Boards : 1193
> compile err : 60
> not checked : 1
> U-Boot good : 1129 bad 3
> SPL good : 411 bad 0
> ('compile err :', [...]
> ('not checked :', ['xtfpga'])
> ('bad :', ['sandbox', 'sandbox_noblk', 'sandbox_spl'])
>
> The 3 bad boards are the sandbox builds, I must find time
> to find out, why the sandbox build is not reproducible ...
>
> I had a toolchain issue with arm64 build, fixed now, result
> for the second run (only for the boards which had compile
> errors before):
> Boards : 60
> compile err : 8
> not checked : 0
> U-Boot good : 52 bad 0
> SPL good : 16 bad 0
> ('compile err :', ['bf533-stamp', 'cm-bf527', 'colibri_pxa270',
'omap4_panda',
> 'openrisc-generic', 'smdk5250', 'snow', 'spring'])
>
> So, this patch does not change the resulting binaries ...
>
> One remark:
> define CONFIG_SPL_NET_VCI_STRING="..." is removed from
> some defconfigs, but not again added to the defconfig.
> This is for all boards, which use this define ... but as
> the resulting images are not changes, this seems no
> problem... This is the reason for the "RFC" state ...
> any comments?
>
>
> common/Kconfig | 10 +++++++++
[...]
> configs/brppt1_mmc_defconfig | 1 +
> configs/brppt1_nand_defconfig | 1 +
> configs/brppt1_spi_defconfig | 1 +
> configs/brxre1_defconfig | 1 +
[...]
> include/configs/bur_cfg_common.h | 1 -
[...]
> 270 files changed, 369 insertions(+), 241 deletions(-)
For B&R boards.
Acked-by: hannes.schmelzer at br-automation.com
More information about the U-Boot
mailing list