commit | b4c0a8a73b6a767550617339fb9129fbbebf82e3 | [log] [tgz] |
---|---|---|
author | Vaibhav Bedia <vaibhav.bedia@ti.com> | Mon Mar 05 16:11:01 2012 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Mon Mar 05 16:11:01 2012 -0800 |
tree | 6ef5186374332fed08c2c5ab40c25934887ac5fb | |
parent | fb3cfb1ff9745e0c3aab92cc141c1b353839b0ab [diff] |
ARM: OMAP: sram: Add am33xx SRAM support (minimal) Update SRAM start & size for am33xx SoC's. Note: cpu_is_34xx() is true for am33xx also. Doing cpu_is_am33xx() check after cpu_is_34xx() will not achieve what we want due to the above reason. Hence cpu_is_am33xx() is done before cpu_is_34xx() Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com> Signed-off-by: Afzal Mohammed <afzal@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>