From: Vaibhav Bedia Date: Tue, 6 Mar 2012 00:11:01 +0000 (-0800) Subject: ARM: OMAP: sram: Add am33xx SRAM support (minimal) X-Git-Tag: v3.4-rc1~93^2~5^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4c0a8a73b6a767550617339fb9129fbbebf82e3;p=pandora-kernel.git 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 Signed-off-by: Afzal Mohammed Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed