[U-Boot] [PATCH] ARM: rpi: fix RPi1 board rev detection for warranty bit

2015-03-23 Thread Stephen Warren
Apparently the firmware's board rev response includes both the board revision and some other data even on the RPi1. In particular, the "warranty bit" is bit 24. We need to mask that out when looking up the board ID. Signed-off-by: Stephen Warren --- board/raspberrypi/rpi/rpi.c | 7 +++ 1 fil

Re: [U-Boot] [PATCH] ARM: rpi: fix RPi1 board rev detection for warranty bit

2015-03-24 Thread Tom Rini
On Mon, Mar 23, 2015 at 11:00:25PM -0600, Stephen Warren wrote: > Apparently the firmware's board rev response includes both the board > revision and some other data even on the RPi1. In particular, the > "warranty bit" is bit 24. We need to mask that out when looking up the > board ID. > > Signe