projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ebb754
)
colibri_imx6: print also 64-bit IT
author
Max Krummenacher
<
[email protected]
>
Fri, 8 Feb 2019 17:42:17 +0000
(18:42 +0100)
committer
Stefano Babic
<
[email protected]
>
Sat, 13 Apr 2019 18:30:09 +0000
(20:30 +0200)
Print also for Colibri iMX6 512MB IT with 64-bit RAM bus.
Signed-off-by: Max Krummenacher <
[email protected]
>
Acked-by: Marcel Ziswiler <
[email protected]
>
board/toradex/colibri_imx6/colibri_imx6.c
patch
|
blob
|
history
diff --git
a/board/toradex/colibri_imx6/colibri_imx6.c
b/board/toradex/colibri_imx6/colibri_imx6.c
index 0802b0fade58f928c68354bdac19b6effc6d2510..f775e788b0ea5e28166416467af581d222ff6f2d 100644
(file)
--- a/
board/toradex/colibri_imx6/colibri_imx6.c
+++ b/
board/toradex/colibri_imx6/colibri_imx6.c
@@
-1028,6
+1028,7
@@
static void spl_dram_init(void)
case TEMP_AUTOMOTIVE:
default:
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));
} else {
puts("Industrial temperature grade DDR3 timings, 32bit bus width.\n");