summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorKuan-Wei Chiu <[email protected]>2026-05-16 16:39:56 +0900
committerTom Rini <[email protected]>2026-05-22 16:47:54 -0600
commit75a1d7280a72d587d54b6af653234a96210f7177 (patch)
treeeedaa3c658f047847aef0ecd73acfd7d65f464f0 /scripts/basic
parent5116fed77dee99a513f17f18be0dbf2e63363eef (diff)
timer: goldfish: Use __raw_readl()
The Goldfish timer registers are native endian, so they act as big-endian on the m68k virt machine. Currently, this driver uses readl(), which works by luck because it's currently broken on m68k. Use __raw_readl() instead to avoid breaking this driver when the endianness of readl() is fixed. Signed-off-by: Kuan-Wei Chiu <[email protected]> Tested-by: Daniel Palmer <[email protected]> Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Daniel Palmer <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions