Commit a3e4fcb860957b6677aa64e0f48c9b3015b85a39

Authored by Stefan Roese
1 parent a9fe9f427d

Fixed bamboo port to enable running without DDR-DIMM (bamboo has also 64MB onboard DDR)

Patch by Stefan Roese, 24 Aug 2005

Showing 2 changed files with 6 additions and 0 deletions Side-by-side Diff

... ... @@ -2,6 +2,10 @@
2 2 Changes for U-Boot 1.1.4:
3 3 ======================================================================
4 4  
  5 +* Fixed bamboo port to enable running without DDR-DIMM (bamboo has also
  6 + 64MB onboard DDR)
  7 + Patch by Stefan Roese, 24 Aug 2005
  8 +
5 9 * Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c
6 10 now handling all 4xx cpu's
7 11 Patch by Stefan Roese, 16 Aug 2005
cpu/ppc4xx/spd_sdram.c
... ... @@ -849,10 +849,12 @@
849 849 }
850 850 }
851 851  
  852 +#ifndef CONFIG_BAMBOO /* bamboo has onboard DDR _and_ DDR DIMM's */
852 853 if (dimm_found == FALSE) {
853 854 printf("ERROR - No memory installed. Install a DDR-SDRAM DIMM.\n\n");
854 855 hang();
855 856 }
  857 +#endif /* CONFIG_BAMBOO */
856 858 }
857 859  
858 860 void check_mem_type(unsigned long* dimm_populated,