diff options
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | 2019-04-25 21:22:39 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-05 08:48:50 -0400 |
commit | 1b1d8c19f5b4b799232eee70e8916cd2491872ec (patch) | |
tree | d35522cb3804e13e5ed2912e0dc9a7df8c2d580a /cmd/mp.c | |
parent | aaa64803700c29905927b7ebf81fa7bb6ef3c200 (diff) |
spl: fix linker size check off-by-one errors
This fixes SPL linker script size checks for 3 lds files where the size
checks were implemented as "x < YYY_MAX_SIZE".
Fix the size checks to be "x <= YYY_MAX_SIZE" instead.
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Diffstat (limited to 'cmd/mp.c')
0 files changed, 0 insertions, 0 deletions