arm64: defconfig: Do not override the MTK_PMIC_WRAP symbol
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Fri, 23 Apr 2021 07:52:01 +0000 (09:52 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Fri, 14 May 2021 07:41:16 +0000 (09:41 +0200)
commitf0e70d4946332c681ceaba940652f30c7c33473d
tree7ce231ec68dfdbeaf5c30cb5ffd83479ab97a6ff
parent6efb943b8616ec53a5e444193dccf1af9ad627b5
arm64: defconfig: Do not override the MTK_PMIC_WRAP symbol

Commit 'fbbe38309d56 ("arm64: defconfig: Allow mt8173-based boards to boot
from usb")' added the MTK_PMIC_WRAP config built-in. It needs to be
built-in in order to be able to boot from USB or the MMC without needing
a ramdisk, but that symbol was already defined as a module so now we are
getting the following warning:

  arch/arm64/configs/defconfig:996:warning: override: reassigning to symbol MTK_PMIC_WRAP

Remove the MTK_PMIC_WRAP=m from the defconfig to remove the error.

Fixes: fbbe38309d56 ("arm64: defconfig: Allow mt8173-based boards to boot from usb")
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20210423075201.2616023-1-enric.balletbo@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/configs/defconfig