Advertisement
sconosciuto

device off support

Apr 1st, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.85 KB | None | 0 0
  1. From 484762f4fee05fe7980b55a99ba800bbc346fea4 Mon Sep 17 00:00:00 2001
  2. From: sconosciuto <sconosciuto.git@gmail.com>
  3. Date: Tue, 12 Mar 2013 18:05:46 +0100
  4. Subject: [PATCH 1/6] defconfig: enable CONFIG_OMAP_ALLOW_OSWR
  5.  
  6. This adds the device off support.
  7. ---
  8. arch/arm/configs/latona_defconfig |    2 +-
  9.  1 file changed, 1 insertion(+), 1 deletion(-)
  10.  
  11. diff --git a/arch/arm/configs/latona_defconfig b/arch/arm/configs/latona_defconfig
  12. index 175f6be..2991d90 100644
  13. --- a/arch/arm/configs/latona_defconfig
  14. +++ b/arch/arm/configs/latona_defconfig
  15. @@ -344,7 +344,7 @@ CONFIG_MACH_OMAP_LATONA_SEC=y
  16.  # CONFIG_MACH_OMAP_3630SDP is not set
  17.  # CONFIG_OMAP3_EMU is not set
  18.  # CONFIG_OMAP3_SDRC_AC_TIMING is not set
  19. -# CONFIG_OMAP_ALLOW_OSWR is not set
  20. +CONFIG_OMAP_ALLOW_OSWR=y
  21.  # CONFIG_OMAP_FIQ_DEBUGGER is not set
  22.  CONFIG_OMAP_RAM_CONSOLE=y
  23.  
  24. --
  25. 1.7.10.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement