commit | 78acb33cd9520528bedfc492d957bb97defa9d0a | [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 | 6491bb1695a18f3006d739998d9d9eda6c840047 [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>