Re: [PATCH v2 1/3] spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY

2020-09-03 Thread Tom Rini
On Thu, Sep 03, 2020 at 01:08:13AM -0500, Samuel Holland wrote: > Some boards, specifically 64-bit Allwinner boards (sun50i), are > extremely limited on SPL size. One strategy that was used to make space > was to remove the FIT "os" property parsing code, because it uses a > rather large lookup

[PATCH v2 1/3] spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY

2020-09-03 Thread Samuel Holland
Some boards, specifically 64-bit Allwinner boards (sun50i), are extremely limited on SPL size. One strategy that was used to make space was to remove the FIT "os" property parsing code, because it uses a rather large lookup table. However, this forces the legacy FIT parsing code path, which