Skip to content
Snippets Groups Projects
Commit fc671ed4 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: uniphier: set DRAM_SPARSE flag for LD21 boards


Commit 04cd4e72 ("ARM: uniphier: remove DRAM base address from
board parameters") accidentally unset the DRAM_SPARSE flag, and
changed the physical map of the DRAM channels.  Revive the original
behavior.

Fixes: 04cd4e72 ("ARM: uniphier: remove DRAM base address from board parameters")
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reported-by: default avatarShunji Sato <sato.shunji@socionext.com>
parent 8537ddd7
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ static const struct uniphier_board_data uniphier_ld21_data = {
.size = 0x40000000,
.width = 32,
},
.flags = UNIPHIER_BD_BOARD_LD21_GLOBAL,
.flags = UNIPHIER_BD_DRAM_SPARSE | UNIPHIER_BD_BOARD_LD21_GLOBAL,
};
#endif
......
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