]> Git Repo - linux.git/commitdiff
ARM: configs: multi_v5: Remove duplicate ASPEED options
authorJoel Stanley <[email protected]>
Wed, 26 Jun 2019 02:03:56 +0000 (11:33 +0930)
committerOlof Johansson <[email protected]>
Thu, 27 Jun 2019 02:10:30 +0000 (19:10 -0700)
A recent change mistakenly added a second copy of these two options,
which kbuild warns about:

 arch/arm/configs/multi_v5_defconfig:257:warning: override: reassigning
 to symbol ASPEED_LPC_CTRL
 arch/arm/configs/multi_v5_defconfig:258:warning: override: reassigning
 to symbol ASPEED_LPC_SNOOP

Fixes: 2d8bf3404bb0 ("ARM: configs: multi_v5: Add more ASPEED devices")
Signed-off-by: Joel Stanley <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
arch/arm/configs/multi_v5_defconfig

index c3026001f8c32087143bc12ad97073a81d8bfd54..201237002c65f2d69a260d3498aacaa79cceecb7 100644 (file)
@@ -95,8 +95,6 @@ CONFIG_MTD_UBI=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_ATMEL_TCLIB=y
 CONFIG_ATMEL_SSC=m
-CONFIG_ASPEED_LPC_CTRL=m
-CONFIG_ASPEED_LPC_SNOOP=m
 CONFIG_EEPROM_AT24=y
 # CONFIG_SCSI_PROC_FS is not set
 CONFIG_BLK_DEV_SD=y
This page took 0.063294 seconds and 4 git commands to generate.