]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am33xx: Pass to config_ddr the type of memory that is connected
authorTom Rini <trini@ti.com>
Tue, 3 Jul 2012 15:51:34 +0000 (08:51 -0700)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:12 +0000 (14:58 +0200)
commitfda35eb982a6846c776bd94ba4b24bf43cbfe328
tree654b377d8e836030fcecf20889dbb4c74315e356
parentbce58fece5bcf3f18edbb85da651014a07203c72
am33xx: Pass to config_ddr the type of memory that is connected

We need to pass in the type of memory that is connected to the board.
The only reliable way to do this is to know what type of board we are
running on (which later will be knowable in s_init()).  For now, pass in
the value of DDR2.

Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/am33xx/board.c
arch/arm/cpu/armv7/am33xx/emif4.c
arch/arm/include/asm/arch-am33xx/ddr_defs.h
arch/arm/include/asm/emif.h