1. 28 10月, 2010 2 次提交
    • D
      msm: fix Kconfig target board selection · efdfb2b1
      Daniel Walker 提交于
      This prevents build failures since it's currently possible to select
      8x50, 7x30, or 7x00 without selecting a specific board. These changes
      just force a target selection, which is currently defaulting to the most
      common one (7x30 only has one).
      Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
      efdfb2b1
    • D
      msm: fix compile failure on struct membank node member · 79d98313
      Daniel Walker 提交于
      In commit be370302
      "ARM: Remove DISCONTIGMEM support", it removed this "node" member
      which cased the following compile failure in mach-msm,
      
      linux/arch/arm/mach-msm/board-halibut.c: In function 'halibut_fixup':
      linux/arch/arm/mach-msm/board-halibut.c:86: error: 'struct membank' has no member named 'node'
      linux/arch/arm/mach-msm/board-halibut.c:86: error: implicit declaration of function 'PHYS_TO_NID'
      
      I've removed the access to the node member which corrects the
      compile failure.
      Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
      79d98313
  2. 27 10月, 2010 38 次提交