commit | c61dfd1e1914b71f43ba7b83d5d4595e92adda82 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Tue Dec 23 20:01:44 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Mon Dec 29 16:31:22 2014 -0500 |
tree | d24a7608d3c7bcbfcc4352cae8d139e23ec91a0c | |
parent | 18a5fc6d84d8d951f646ba3a61fb9566621c00e5 [diff] |
ARM: rpi: consolidate board rev error checking Create a fake model table entry with default values, so we can error check the board rev value once when querying it from the firmware, rather than error-checking for invalid board rev values every time the model table is used. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>