Skip to content
Snippets Groups Projects
Commit ecdce239 authored by Jonas Gorski's avatar Jonas Gorski
Browse files

brcm63xx: ensure dummy byte is set for mapped spi flash with fast read


Some CFEs seem to misconfigure the mapped memory flash access with
fast read but without a dummy byte, causing all accesses to be prefixed
with 0xff.
This of course breaks reading out the nvram, so do not just move back to
single i/o accessors, but also ensure that the dummy byte is correctly
set.

Signed-off-by: default avatarJonas Gorski <jogo@openwrt.org>

SVN-Revision: 46707
parent 0d54d443
No related branches found
No related tags found
No related merge requests found
Showing
with 120 additions and 78 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment