]> git.dujemihanovic.xyz Git - u-boot.git/commit
smbios: Drop the eos parameter
authorSimon Glass <sjg@chromium.org>
Fri, 5 Feb 2021 04:17:18 +0000 (21:17 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sat, 6 Feb 2021 11:18:41 +0000 (19:18 +0800)
commit0c95fff342239c4e7574f8578713ed2b694c5ada
tree68d44ccb12272a2521843638713d8e00b6fe5864
parent1e8989ad8a7a303564ded91485a9d6f778f2fbba
smbios: Drop the eos parameter

We can store this in the context and avoid passing it to each function.
This makes it easier to follow and will also allow keeping track of the
end of the string table (in future patches).

Add an 'eos' field to the context and create a function to set it up.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
lib/smbios.c