Re: [PATCH 3/3] include: configs: am62x_evm: Use CONFIG_IS_ENABLED

2023-04-28 Thread Tom Rini
On Fri, Apr 28, 2023 at 01:23:36PM +0530, Nikhil M Jain wrote: > Update to using CONFIG_IS_ENABLED and change DISTRO_BOOT_DEV_MMC to > first attempt SD card boot and next emmc boot. > > Signed-off-by: Nikhil M Jain > --- > include/configs/am62x_evm.h | 8 > 1 file changed, 4

[PATCH 3/3] include: configs: am62x_evm: Use CONFIG_IS_ENABLED

2023-04-28 Thread Nikhil M Jain
Update to using CONFIG_IS_ENABLED and change DISTRO_BOOT_DEV_MMC to first attempt SD card boot and next emmc boot. Signed-off-by: Nikhil M Jain --- include/configs/am62x_evm.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/configs/am62x_evm.h