colibri_imx6: print also 64-bit IT
Print also for Colibri iMX6 512MB IT with 64-bit RAM bus. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
This commit is contained in:
		
							parent
							
								
									1ebb754b20
								
							
						
					
					
						commit
						2910c0a135
					
				| 
						 | 
					@ -1028,6 +1028,7 @@ static void spl_dram_init(void)
 | 
				
			||||||
	case TEMP_AUTOMOTIVE:
 | 
						case TEMP_AUTOMOTIVE:
 | 
				
			||||||
	default:
 | 
						default:
 | 
				
			||||||
		if (is_cpu_type(MXC_CPU_MX6DL)) {
 | 
							if (is_cpu_type(MXC_CPU_MX6DL)) {
 | 
				
			||||||
 | 
								puts("Industrial temperature grade DDR3 timings, 64bit bus width.\n");
 | 
				
			||||||
			ddr_init(mx6dl_dcd_table, ARRAY_SIZE(mx6dl_dcd_table));
 | 
								ddr_init(mx6dl_dcd_table, ARRAY_SIZE(mx6dl_dcd_table));
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			puts("Industrial temperature grade DDR3 timings, 32bit bus width.\n");
 | 
								puts("Industrial temperature grade DDR3 timings, 32bit bus width.\n");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue