]> git.baikalelectronics.ru Git - uboot.git/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)
commit459aeb86f24f9d5e4f598d93aad9dd9d118bcad8
tree4a400696fd70cbece589899a4f8e4f7982ed5ef2
parenta7f57dfc5f621b6b9a17cf7473b95e60285f0906
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