mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-15 15:06:04 -04:00
Fixed bamboo port to enable running without DDR-DIMM (bamboo has also 64MB onboard DDR)
Patch by Stefan Roese, 24 Aug 2005
This commit is contained in:
parent
a9fe9f427d
commit
a3e4fcb860
@ -2,6 +2,10 @@
|
|||||||
Changes for U-Boot 1.1.4:
|
Changes for U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Fixed bamboo port to enable running without DDR-DIMM (bamboo has also
|
||||||
|
64MB onboard DDR)
|
||||||
|
Patch by Stefan Roese, 24 Aug 2005
|
||||||
|
|
||||||
* Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c
|
* Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c
|
||||||
now handling all 4xx cpu's
|
now handling all 4xx cpu's
|
||||||
Patch by Stefan Roese, 16 Aug 2005
|
Patch by Stefan Roese, 16 Aug 2005
|
||||||
|
@ -849,10 +849,12 @@ void get_spd_info(unsigned long* dimm_populated,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef CONFIG_BAMBOO /* bamboo has onboard DDR _and_ DDR DIMM's */
|
||||||
if (dimm_found == FALSE) {
|
if (dimm_found == FALSE) {
|
||||||
printf("ERROR - No memory installed. Install a DDR-SDRAM DIMM.\n\n");
|
printf("ERROR - No memory installed. Install a DDR-SDRAM DIMM.\n\n");
|
||||||
hang();
|
hang();
|
||||||
}
|
}
|
||||||
|
#endif /* CONFIG_BAMBOO */
|
||||||
}
|
}
|
||||||
|
|
||||||
void check_mem_type(unsigned long* dimm_populated,
|
void check_mem_type(unsigned long* dimm_populated,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user