Skip to content
Snippets Groups Projects
Commit c4ea1edb authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

rpi: fix revision scheme parsing


The RPi has two different schemes for encoding board revision values.
When adding RPi 2 support, I thought that the conflicting type field
values were to be interpreted based on bcm2835-vs-bcm2836. In fact, the
scheme bit determines the encoding. The RPi Zero uses the bcm2835 yet
uses the new encoding scheme. Fix the code to cater for this correctly.

Signed-off-by: default avatarStephen Warren <swarren@wwwdotorg.org>
parent dbe6f1eb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment