diff options
author | Jonathan Golder <jonathan.golder@kurz-elektronik.de> | 2017-02-24 17:46:10 +0100 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2017-02-27 16:08:06 +0100 |
commit | 3cc6e7070dea2c81ef8f052740e9a9cc791c57f4 (patch) | |
tree | 868463180cc32b892ad15a8408a3f44d7402308b /include/tpm.h | |
parent | a0f3e3df4adc451bf56159c0672e570f9c934ee8 (diff) | |
download | u-boot-imx-3cc6e7070dea2c81ef8f052740e9a9cc791c57f4.zip u-boot-imx-3cc6e7070dea2c81ef8f052740e9a9cc791c57f4.tar.gz u-boot-imx-3cc6e7070dea2c81ef8f052740e9a9cc791c57f4.tar.bz2 |
splash: Prevent splash_load_fs from writing to 0x0
Passing NULL to fs_read() for actread value results in hanging U-Boot
at least on our ARM plattform (TI AM335x). Since fs_read() and
following functions do not catch nullpointers, writing to 0x0 occurs.
Passing a local dummy var instead of NULL solves this issue.
Signed-off-by: Jonathan Golder <jonathan.golder@kurz-elektronik.de>
Cc: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/tpm.h')
0 files changed, 0 insertions, 0 deletions