Re: [PATCH 16/21] am335x_sl50: Disable SPL_NET

2022-08-20 Thread Tom Rini
On Tue, Aug 02, 2022 at 07:33:42AM -0400, Tom Rini wrote: > Now that we are about to enable DM_ETH by default, disable SPL_NET as > SPL_DM is not enabled currently. > > Cc: Enric Balletbo i Serra > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description:

Re: [PATCH 16/21] am335x_sl50: Disable SPL_NET

2022-08-20 Thread Tom Rini
On Tue, Aug 02, 2022 at 07:33:42AM -0400, Tom Rini wrote: > Now that we are about to enable DM_ETH by default, disable SPL_NET as > SPL_DM is not enabled currently. > > Cc: Enric Balletbo i Serra > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description:

[PATCH 16/21] am335x_sl50: Disable SPL_NET

2022-08-02 Thread Tom Rini
Now that we are about to enable DM_ETH by default, disable SPL_NET as SPL_DM is not enabled currently. Cc: Enric Balletbo i Serra Signed-off-by: Tom Rini --- configs/am335x_sl50_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_de