lkml.org 
[lkml]   [2020]   [Dec]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.10 317/717] memory: ti-emif-sram: only build for ARMv7
    Date
    From: Arnd Bergmann <arnd@arndb.de>

    [ Upstream commit d77d22d701b0471584abe1871570bb43deb6e3c4 ]

    The driver can be compile-tested on all ARM machines, but
    causes a failure when built for ARMv7-M:

    arm-linux-gnueabi-ld: error: drivers/memory/ti-emif-sram-pm.o: conflicting architecture profiles A/M

    Limit the target machines to configurations that have ARMv7 enabled.

    Fixes: ea0c0ad6b6eb ("memory: Enable compile testing for most of the drivers")
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>
    Link: https://lore.kernel.org/r/20201203230832.1481767-1-arnd@kernel.org
    Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/memory/Kconfig | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig
    index 00e013b14703e..cc2c83e1accfb 100644
    --- a/drivers/memory/Kconfig
    +++ b/drivers/memory/Kconfig
    @@ -128,7 +128,7 @@ config OMAP_GPMC_DEBUG

    config TI_EMIF_SRAM
    tristate "Texas Instruments EMIF SRAM driver"
    - depends on SOC_AM33XX || SOC_AM43XX || (ARM && COMPILE_TEST)
    + depends on SOC_AM33XX || SOC_AM43XX || (ARM && CPU_V7 && COMPILE_TEST)
    depends on SRAM
    help
    This driver is for the EMIF module available on Texas Instruments
    --
    2.27.0


    \
     
     \ /
      Last update: 2020-12-28 15:19    [W:3.729 / U:0.280 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site