RE: [PATCH] arm: rmobile: Use imply for BOARD_EARLY_INIT_F

2020-09-22 Thread Biju Das
matsu > ; Chris Paterson ; > Prabhakar Mahadev Lad > Subject: [PATCH] arm: rmobile: Use imply for BOARD_EARLY_INIT_F > > Use "imply" instead of "select" for BOARD_EARLY_INIT_F config option, and > then disable it on boards which don't need it. > > Updat

[PATCH] arm: rmobile: Use imply for BOARD_EARLY_INIT_F

2020-09-22 Thread Biju Das
Use "imply" instead of "select" for BOARD_EARLY_INIT_F config option, and then disable it on boards which don't need it. Updated grpeach_defconfig to disable BOARD_EARLY_INIT_F option for RZA1. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- arch/arm/Kconfig | 2 +-