1. 17 1月, 2013 3 次提交
  2. 16 1月, 2013 1 次提交
  3. 14 1月, 2013 4 次提交
  4. 12 1月, 2013 3 次提交
  5. 11 1月, 2013 2 次提交
    • S
      ARM: imx: fix build error with !CONFIG_SMP · aec99b7b
      Shawn Guo 提交于
      Commit 68b25325 (ARM: imx: select HAVE_IMX_SRC when SMP is enabled)
      introduces a build error with imx_v6_v7_defconfig when CONFIG_SMP is
      deselected.
      
        LINK    vmlinux
        LD      vmlinux.o
        MODPOST vmlinux.o
        GEN     .version
        CHK     include/generated/compile.h
        UPD     include/generated/compile.h
        CC      init/version.o
        LD      init/built-in.o
      arch/arm/mach-imx/built-in.o: In function `imx6q_restart':
      platform-ahci-imx.c:(.text+0x448c): undefined reference to `imx_src_prepare_restart'
      arch/arm/mach-imx/built-in.o: In function `imx6q_pm_enter':
      platform-ahci-imx.c:(.text+0x4544): undefined reference to `imx_set_cpu_jump'
      arch/arm/mach-imx/built-in.o: In function `imx6q_init_irq':
      platform-ahci-imx.c:(.init.text+0xbef0): undefined reference to `imx_src_init'
      make[1]: *** [vmlinux] Error 1
      
      While the commit adds 'def_bool y if SMP' for HAVE_IMX_SRC, it should
      not remove 'select HAVE_IMX_SRC' from SOC_IMX6Q, as the IMX6Q UP build
      also needs HAVE_IMX_SRC.  Add the HAVE_IMX_SRC select back for SOC_IMX6Q
      to fix above build error.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      aec99b7b
    • G
      arm: mvebu: Fix memory size for Armada 370 DB · 11d5993d
      Gregory CLEMENT 提交于
      Actually the Armada 370 DB (aka DB-88F6710-BP-DDR3) come with 1GB and
      not 512MB.
      Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      11d5993d
  6. 10 1月, 2013 2 次提交
  7. 09 1月, 2013 4 次提交
  8. 08 1月, 2013 14 次提交
  9. 07 1月, 2013 7 次提交