ppc/85xx,86xx: Handling Unknown SOC version

Incase the system is detected with Unknown SVR, let the system boot
with a default value and a proper message.

Now with dynamic detection of SOC properties from SVR, this is necessary
to prevent a crash.

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
Poonam Aggrwal
2009-09-02 13:35:21 +05:30
committed by Tom Rix
parent 865f24dc92
commit ea8be4a65b
4 changed files with 9 additions and 13 deletions

View File

@@ -1034,6 +1034,8 @@
#define SVR_8641 0x809000
#define SVR_8641D 0x809001
#define SVR_Unknown 0xFFFFFF
#define _GLOBAL(n)\
.globl n;\
n: