Re: [U-Boot] [PATCH] ARM: rpi: add some missing Kconfig help text

2016-04-02 Thread Tom Rini
On Fri, Apr 01, 2016 at 09:38:04PM -0600, Stephen Warren wrote: > Add notes re: enabling the UART to the RPi 3 32-bit help text. Fully > describe the RPi 3 64-bit board option. > > Signed-off-by: Stephen Warren Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

[U-Boot] [PATCH] ARM: rpi: add some missing Kconfig help text

2016-04-01 Thread Stephen Warren
Add notes re: enabling the UART to the RPi 3 32-bit help text. Fully describe the RPi 3 64-bit board option. Signed-off-by: Stephen Warren --- arch/arm/mach-bcm283x/Kconfig | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-bcm283x/Kcon