Skip to content
Snippets Groups Projects
Commit 088454cd authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

board_f: Drop return value from initdram()


At present we cannot use this function as an init sequence call without a
wrapper, since it returns the RAM size. Adjust it to set the RAM size in
global_data instead, and return 0 on success.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
parent 52c41180
No related branches found
No related tags found
No related merge requests found
Showing
with 115 additions and 48 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