From: Luo Longjun <hidden> Date: 2021-05-10 09:09:03
When I compile kernel in ARM64, it produces the following output:
*** Default configuration is based on 'defconfig'
arch/arm64/configs/defconfig:1018:warning: override: reassigning to
symbol MTK_PMIC_WRAP
After checking defcofnig, I found two CONFIG_MTK_PMIC_WRAP options.
Signed-off-by: Luo Longjun <redacted>
---
arch/arm64/configs/defconfig | 1 -
1 file changed, 1 deletion(-)
On Sat, May 08, 2021 at 02:24:10AM +0800, Luo Longjun wrote:
quoted hunk
When I compile kernel in ARM64, it produces the following output:
*** Default configuration is based on 'defconfig'
arch/arm64/configs/defconfig:1018:warning: override: reassigning to
symbol MTK_PMIC_WRAP
After checking defcofnig, I found two CONFIG_MTK_PMIC_WRAP options.
Signed-off-by: Luo Longjun <redacted>
---
arch/arm64/configs/defconfig | 1 -
1 file changed, 1 deletion(-)
Adding Matthias and Enric. This change looks fine to me but I think it
should go in via the arm-soc tree. Commit 9fd5449e061e introduced the =m
option while commit fbbe38309d56 introduced the =y variant.
You could add:
Fixes: fbbe38309d56 ("arm64: defconfig: Allow mt8173-based boards to boot from usb")
--
Catalin
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Enric Balletbo i Serra <hidden> Date: 2021-05-11 20:04:49
Hi Catalin,
Thanks for cc'ing me.
On 11/5/21 19:20, Catalin Marinas wrote:
On Sat, May 08, 2021 at 02:24:10AM +0800, Luo Longjun wrote:
quoted
When I compile kernel in ARM64, it produces the following output:
*** Default configuration is based on 'defconfig'
arch/arm64/configs/defconfig:1018:warning: override: reassigning to
symbol MTK_PMIC_WRAP
After checking defcofnig, I found two CONFIG_MTK_PMIC_WRAP options.
Signed-off-by: Luo Longjun <redacted>
---
arch/arm64/configs/defconfig | 1 -
1 file changed, 1 deletion(-)
Adding Matthias and Enric. This change looks fine to me but I think it
should go in via the arm-soc tree. Commit 9fd5449e061e introduced the =m
option while commit fbbe38309d56 introduced the =y variant.
You could add:
Fixes: fbbe38309d56 ("arm64: defconfig: Allow mt8173-based boards to boot from usb")
Hi all,
On 11/05/2021 22:04, Enric Balletbo i Serra wrote:
Hi Catalin,
Thanks for cc'ing me.
On 11/5/21 19:20, Catalin Marinas wrote:
quoted
On Sat, May 08, 2021 at 02:24:10AM +0800, Luo Longjun wrote:
quoted
When I compile kernel in ARM64, it produces the following output:
*** Default configuration is based on 'defconfig'
arch/arm64/configs/defconfig:1018:warning: override: reassigning to
symbol MTK_PMIC_WRAP
After checking defcofnig, I found two CONFIG_MTK_PMIC_WRAP options.
Signed-off-by: Luo Longjun <redacted>
---
arch/arm64/configs/defconfig | 1 -
1 file changed, 1 deletion(-)
Adding Matthias and Enric. This change looks fine to me but I think it
should go in via the arm-soc tree. Commit 9fd5449e061e introduced the =m
option while commit fbbe38309d56 introduced the =y variant.
You could add:
Fixes: fbbe38309d56 ("arm64: defconfig: Allow mt8173-based boards to boot from usb")
I sent the same patch some time ago [1].
I agree, either land this patch or mine. In any case,
Reviewed-by: Enric Balletbo i Serra <redacted>
Matthias is this something that should go through your tree?
Yes, this should go through my tree. I'll take care of it.
Regards,
Matthias
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Adding Matthias and Enric. This change looks fine to me but I think it
should go in via the arm-soc tree. Commit 9fd5449e061e introduced the =m
option while commit fbbe38309d56 introduced the =y variant.
quoted
quoted
You could add:
quoted
quoted
Fixes: fbbe38309d56 ("arm64: defconfig: Allow mt8173-based boards to boot from usb")
Adding Matthias and Enric. This change looks fine to me but I think it
should go in via the arm-soc tree. Commit 9fd5449e061e introduced the =m
option while commit fbbe38309d56 introduced the =y variant.
quoted
quoted
quoted
You could add:
quoted
quoted
quoted
Fixes: fbbe38309d56 ("arm64: defconfig: Allow mt8173-based boards to boot from usb")
Reviewed-by: Petr Vorel <redacted>
I was going to send fix myself, I'd prefer also y, but weren't 100% sure sure.
This has landed in the arm-soc tree this weekend.
Anyway, thanks for looking into this as well.
Regards,
Matthias