ARM: OMAP: Make plat/sram.h local to plat-omap

We can move this from plat to be local to plat-omap
for common ARM zImage support.

Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Tony Lindgren
2012-10-02 14:19:52 -07:00
parent a8f7445c7b
commit 622297fdec
18 changed files with 131 additions and 126 deletions

View File

@@ -25,7 +25,8 @@
#include <linux/io.h>
#include <plat/clock.h>
#include <plat/sram.h>
#include "../plat-omap/sram.h"
#include "soc.h"
#include "iomap.h"