Re: [U-Boot] [PATCH] arm: mvebu: fix boot from UART when in fallback mode

2017-11-30 Thread Stefan Roese
On 25.11.2017 16:21, Andreas Färber wrote: Am 24.11.2017 um 14:01 schrieb Sean Nyekjaer: It's the first 8 bits of the bootrom error register that contains the boot error/fallback error code. Lets check that "bits ... contain" "Let's" Fixed up while applying. Applied to u-boot-marvell/maste

Re: [U-Boot] [PATCH] arm: mvebu: fix boot from UART when in fallback mode

2017-11-25 Thread Andreas Färber
Am 24.11.2017 um 14:01 schrieb Sean Nyekjaer: > It's the first 8 bits of the bootrom error register that > contains the boot error/fallback error code. Lets check that "bits ... contain" "Let's" > and continue to boot from UART. > > Signed-off-by: Sean Nyekjaer > --- > arch/arm/mach-mvebu/inc

[U-Boot] [PATCH] arm: mvebu: fix boot from UART when in fallback mode

2017-11-24 Thread Sean Nyekjaer
It's the first 8 bits of the bootrom error register that contains the boot error/fallback error code. Lets check that and continue to boot from UART. Signed-off-by: Sean Nyekjaer --- arch/arm/mach-mvebu/include/mach/soc.h | 6 ++ arch/arm/mach-mvebu/spl.c | 9 + 2 files