Re: [PATCH 1/2] ti: keystone2: Imply NFS command support

2024-02-08 Thread Tom Rini
On Tue, 25 Jul 2023 10:54:15 -0500, Andrew Davis wrote: > TI KS2 boards have the nfs command in their common environment boot > configuration, enable this command. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH 1/2] ti: keystone2: Imply NFS command support

2023-07-25 Thread Tom Rini
On Tue, Jul 25, 2023 at 10:54:15AM -0500, Andrew Davis wrote: > TI KS2 boards have the nfs command in their common environment boot > configuration, enable this command. > > Signed-off-by: Andrew Davis Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH 1/2] ti: keystone2: Imply NFS command support

2023-07-25 Thread Andrew Davis
TI KS2 boards have the nfs command in their common environment boot configuration, enable this command. Signed-off-by: Andrew Davis --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index bdd535fd73f..c019e56d404 100644 --- a/arch/arm/Kc