commit | 1652dd5b762cab2fda1e77f6053d023b3c7b1241 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Tue Jul 03 08:48:46 2012 -0700 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 01 14:58:12 2012 +0200 |
tree | b2ca01f6a4b39b9aa80d07bd6d671463edfd674c | |
parent | 3e6e18cc8d97416c7c0d31c3a1a15553e54f78d1 [diff] |
am33xx: Make config_cmd_ctrl / config_ddr_data take const structs Rework the EMIF4/DDR code slightly to setup the structs that config_cmd_ctrl and config_ddr_data take to be setup at compile time and mark them as const. This lets us simplify the calling path slightly as well as making it easier to deal with DDR3. Signed-off-by: Tom Rini <trini@ti.com>