mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
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>
This commit is contained in:
parent
b1e40ee734
commit
073fc36c17
@ -7,9 +7,8 @@
|
||||
*/
|
||||
|
||||
int bss_data[10];
|
||||
int __bss_size = sizeof(bss_data);
|
||||
|
||||
int main()
|
||||
int main(void)
|
||||
{
|
||||
bss_data[2] = 2;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user