The code silently assumed the firmware path can be no longer than 128 bytes. This doesn't scale. This patch fixes it in such a way that it completely rips out the run-time computation of firmware path and instead replaces it with compile-time computation. It's true this makes the library grow by a couple bytes, but makes the code cleaner. Signed-off-by: Marek Vasut <marex@denx.de> |
||
---|---|---|
.. | ||
asix-sigma.c | ||
asix-sigma.h |