Skip to content
Commit c625666e authored by Simon Glass's avatar Simon Glass
Browse files

dm: core: Fix addresses in the dm static command



This command converts pointers to addresses, but the pointers being
converted are in the image's rodata region. For sandbox this means it
is not in DRAM so it does not make sense to do this conversion.

Fix this by showing a simple pointer instead. Drop the unnecessary
@ and hex prefixes.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent dee2f5ae
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment