Skip to content
Snippets Groups Projects
Commit 6edf0f12 authored by Prafulla Wadaskar's avatar Prafulla Wadaskar
Browse files

Kirkwood: dram_init is moved to dram.c


For all Kirkwood boards so far dram_init function is duplicated
dram_init function is moved to dram.c and relevant code from all
board specific files removed

If any board needs specific dram init handling than standard one,
then, a macro CONFIG_SYS_BOARD_DRAM_INIT should be defined in
board config header file and the dram_init function can be put
in board specific source file
For ex. keymile boards

Signed-off-by: default avatarPrafulla Wadaskar <prafulla@marvell.com>
parent 3b467ec4
No related branches found
No related tags found
No related merge requests found
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