summaryrefslogtreecommitdiff
path: root/tools/binman/test/bss_data_zero.lds
AgeCommit message (Collapse)Author
2023-07-20binman: Correct handling of zero bss sizeSimon Glass
Fix the check for the __bss_size symbol, since it may be 0. Unfortunately there was no test coverage for this. Signed-off-by: Simon Glass <[email protected]>