uboot: Support multiple environment source files
authorCam Hutchison <camh@xdna.net>
Sun, 31 Jan 2016 00:48:33 +0000 (11:48 +1100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 31 May 2016 20:59:35 +0000 (22:59 +0200)
commit0542bb79e823505a730b6a2c2f01b33b6293cf03
tree3158f7af31e5a7f02707e9a737e7c020f8d42bf5
parent690ed04845cbde378b3668316d5313d845f6862e
uboot: Support multiple environment source files

Allow multiple file names to be listed in
BR2_TARGET_UBOOT_ENVIMAGE_SOURCE, concatenating them in the order
listed.

This allows the bulk of the environment to be shared across multiple
boards using a common environment file with board-specific values
supplied in a secondary environment source file.

Signed-off-by: Cam Hutchison <camh@xdna.net>
[Thomas: adjust indentation in the .mk file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/uboot/Config.in
boot/uboot/uboot.mk