From 184c63344f9cf1b0267ad3c9551c23e89b85c484 Mon Sep 17 00:00:00 2001 From: Paul Walmsley Date: Thu, 17 Jan 2008 23:21:46 -0700 Subject: [PATCH] sram: remove SCM read from plat-omap/sram.c This patch removes the System Control Module read from plat-omap/sram.c:is_sram_locked(). Instead, it uses the global system_reg variable, which is initialized immediately prior to the SRAM init code. This happens to fix the compile breakage on the current tree. In the long term, is_sram_locked() probably should be moved out of sram.c. Boot-tested on N800. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-format-patch failed