]> git.sur5r.net Git - u-boot/commit
fs: cbfs: fix locating the cbfs header
authorAndre Heider <a.heider@gmail.com>
Thu, 15 Feb 2018 06:40:11 +0000 (07:40 +0100)
committerSimon Glass <sjg@chromium.org>
Sat, 31 Mar 2018 08:00:03 +0000 (16:00 +0800)
commit44683170f818ecaf914ea4c77d35021f60e38b04
tree4a400696fd70cbece589899a4f8e4f7982ed5ef2
parent33222c8a2cef36d0651d85100d9e0eadbe73884c
fs: cbfs: fix locating the cbfs header

The value at the end of the rom is not a pointer, it is an offset
relative to the end of rom.

Signed-off-by: Andre Heider <a.heider@gmail.com>
fs/cbfs/cbfs.c