commit | fda35eb982a6846c776bd94ba4b24bf43cbfe328 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Tue Jul 03 08:51:34 2012 -0700 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 01 14:58:12 2012 +0200 |
tree | 654b377d8e836030fcecf20889dbb4c74315e356 | |
parent | bce58fece5bcf3f18edbb85da651014a07203c72 [diff] |
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>