Skip to content
Snippets Groups Projects
Commit c56f84ca authored by Stefan Roese's avatar Stefan Roese Committed by Wolfgang Denk
Browse files

ppc4xx: Fix build problems of IBM DDR2 NAND booting targets


This change is needed to compile the PPC4xx NAND booting targets
equipped with the IBM DDR2 SDRAM controller.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Acked-by: default avatarStefan Roese <sr@denx.de>
parent aa72d8ba
No related branches found
No related tags found
No related merge requests found
...@@ -363,18 +363,6 @@ int checkboard(void) ...@@ -363,18 +363,6 @@ int checkboard(void)
} }
#endif /* !defined(CONFIG_ARCHES) */ #endif /* !defined(CONFIG_ARCHES) */
#if defined(CONFIG_NAND_U_BOOT)
/*
* NAND booting U-Boot version uses a fixed initialization, since the whole
* I2C SPD DIMM autodetection/calibration doesn't fit into the 4k of boot
* code.
*/
phys_size_t initdram(int board_type)
{
return CONFIG_SYS_MBYTES_SDRAM << 20;
}
#endif
#if defined(CONFIG_PCI) #if defined(CONFIG_PCI)
int board_pcie_first(void) int board_pcie_first(void)
{ {
......
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