diff options
author | Sean Anderson <seanga2@gmail.com> | 2020-06-24 06:41:13 -0400 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2020-07-01 15:01:21 +0800 |
commit | 082faeb86526b41bb9c5ca8373168e12f2de3a10 (patch) | |
tree | 33df9c0ea326cacd807bb5fd50f33909083e4d5e /doc | |
parent | 4a3390f1d3b71f0645eb281176f00cd0d5ac2dcb (diff) |
dm: Fix error handling for dev_read_addr_ptr
dev_read_addr_ptr had different semantics depending on whether OF_LIVE was
enabled. This patch converts both implementations to return NULL on error,
and converts all call sites which check for FDT_ADDR_T_NONE to check for
NULL instead. This patch also removes the call to map_physmem, since we
have dev_remap_addr* for those semantics.
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions