commit | 44683170f818ecaf914ea4c77d35021f60e38b04 | [log] [tgz] |
---|---|---|
author | Andre Heider <a.heider@gmail.com> | Thu Feb 15 07:40:11 2018 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 31 16:00:03 2018 +0800 |
tree | 4a400696fd70cbece589899a4f8e4f7982ed5ef2 | |
parent | 33222c8a2cef36d0651d85100d9e0eadbe73884c [diff] |
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>