mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
db410c: Fixup DRAM
Call the MSM DRAM detection and fixup function to support dynamic detection of onboard memory. Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
This commit is contained in:
parent
36adb7c9e8
commit
9beb490610
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <usb.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <fdt_support.h>
|
||||
#include <asm/arch/dram.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
|
@ -180,6 +181,8 @@ int ft_board_setup(void *blob, bd_t *bd)
|
|||
fix[i].property, mac, ARP_HLEN, 1);
|
||||
}
|
||||
|
||||
msm_fixup_memory(blob);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue