binman: Drop __bss_size variable in bss_data.c
authorSimon Glass <sjg@chromium.org>
Tue, 18 Jul 2023 13:24:00 +0000 (07:24 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 20 Jul 2023 20:10:58 +0000 (14:10 -0600)
commit073fc36c17cfa283e8aff3aec522a9614e915542
tree0f598f42b4dccafab16d50151729bb44d5ab810b
parentb1e40ee73421018a42000e3d462708625c73a48f
binman: Drop __bss_size variable in bss_data.c

This is not needed since the linker script sets it up. Drop the variable
to avoid confusion.

Fix the prototype for main() while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/test/bss_data.c