aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuha Riihimäki <juha.riihimaki@nokia.com>2011-01-17 16:52:46 +0000
committerPeter Maydell <peter.maydell@linaro.org>2011-04-13 17:02:03 +0000
commit8015f82164e8879de502f65b5ec65c4ea1c0e408 (patch)
tree24593e7db0204e44949a295cd0c9bf03855e84be
parent708e65d4e8d99c30d3435f0431d70d750dda1b87 (diff)
fix whitespace error in omap3_boot.c
Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
-rw-r--r--hw/omap3_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/omap3_boot.c b/hw/omap3_boot.c
index 411b111dff..6c474698c8 100644
--- a/hw/omap3_boot.c
+++ b/hw/omap3_boot.c
@@ -837,7 +837,7 @@ static int omap3_onenand_boot(struct omap_mpu_state_s *s)
uint8_t *page;
struct omap3_boot_s *boot;
int result = 0;
-
+
/* reset device type at cs0: 16bit NOR, no wait monitoring */
cpu_to_le32wu(&x, 0x79001000);
cpu_physical_memory_write(0x6e000060, (void *)&x, 4); /* GPMC_CONFIG1_0 */