]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Merge branch 'rmobile/mackerel' into rmobile-latest
authorPaul Mundt <lethal@linux-sh.org>
Tue, 30 Nov 2010 05:53:45 +0000 (14:53 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 30 Nov 2010 05:53:45 +0000 (14:53 +0900)
Conflicts:
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
1  2 
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile

index 7d56e86c75e0963f0ad96b3bfc64a0d51745e670,7b2edd799fb40bb7fc75b9a05a0f7322a0a3da08..285dbbd4ad2c56d290bae60e35d9cc9154b6009c
@@@ -58,9 -51,9 +58,13 @@@ config AP4EVB_WVG
  
  endchoice
  
 +config MACH_AG5EVM
 +      bool "AG5EVM board"
 +      depends on ARCH_SH73A0
++
+ config MACH_MACKEREL
+       bool "mackerel board"
+       depends on ARCH_SH7372
        select ARCH_REQUIRE_GPIOLIB
  
  comment "SH-Mobile System Configuration"
@@@ -70,9 -63,8 +74,8 @@@ menu "Memory configuration
  config MEMORY_START
        hex "Physical memory start address"
        default "0x50000000" if MACH_G3EVM
--      default "0x40000000" if MACH_G4EVM
-       default "0x40000000" if MACH_AP4EVB
-       default "0x40000000" if MACH_AG5EVM
 -      default "0x40000000" if MACH_AP4EVB || MACH_MACKEREL
++      default "0x40000000" if MACH_G4EVM || MACH_AP4EVB || MACH_AG5EVM || \
++                              MACH_MACKEREL
        default "0x00000000"
        ---help---
          Tweak this only when porting to a new machine which does not
index efd89136f0d7f878e843d386132f01c6abe8d489,11f3242ffc1d3a53a923f44e653d39ac5e76ece8..2d8328d5dd5717d8aa0897201fdd3a7da0fc5810
@@@ -22,4 -20,4 +22,5 @@@ obj-$(CONFIG_GENERIC_GPIO)    += $(pfc-y
  obj-$(CONFIG_MACH_G3EVM)      += board-g3evm.o
  obj-$(CONFIG_MACH_G4EVM)      += board-g4evm.o
  obj-$(CONFIG_MACH_AP4EVB)     += board-ap4evb.o
 +obj-$(CONFIG_MACH_AG5EVM)     += board-ag5evm.o
+ obj-$(CONFIG_MACH_MACKEREL)   += board-mackerel.o