Re: [U-Boot] [PATCH] env: spi: Fix incorrect entry description

2019-05-10 Thread Tom Rini
On Sat, May 04, 2019 at 07:10:05PM +0200, Marek Vasut wrote: > Fix the max frequency entry description, it's incorrect. > > Signed-off-by: Marek Vasut > Cc: Chris Brandt > Cc: Jagan Teki > Cc: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH] env: spi: Fix incorrect entry description

2019-05-04 Thread Marek Vasut
Fix the max frequency entry description, it's incorrect. Signed-off-by: Marek Vasut Cc: Chris Brandt Cc: Jagan Teki Cc: Tom Rini --- env/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env/Kconfig b/env/Kconfig index 78300660c7..70858d3b40 100644 --- a/env/Kcon