Skip to content
Snippets Groups Projects
Commit 1b1d8c19 authored by Simon Goldschmidt's avatar Simon Goldschmidt Committed by Tom Rini
Browse files

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: default avatarSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
parent aaa64803
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment