Re: [U-Boot] [PATCH 7/7] smbios: Provide serial number

2016-08-09 Thread Bin Meng
On Mon, Aug 8, 2016 at 10:06 PM, Alexander Graf wrote: > If the system has a valid "serial#" environment variable set (which boards > that > can find it out programatically set automatically), use that as input for the > serial number field in the SMBIOS tables. > > Signed-off-by:

[U-Boot] [PATCH 7/7] smbios: Provide serial number

2016-08-08 Thread Alexander Graf
If the system has a valid "serial#" environment variable set (which boards that can find it out programatically set automatically), use that as input for the serial number field in the SMBIOS tables. Signed-off-by: Alexander Graf --- lib/smbios.c | 3 +++ 1 file changed, 3