From b960e38a3a36246b1e02b96105e33494b588b24c Mon Sep 17 00:00:00 2001 From: Lennert Buytenhek Date: Fri, 28 Mar 2008 21:11:47 +0100 Subject: [PATCH] --- yaml --- r: 91162 b: refs/heads/master c: 84081bd2205efd1e6c7203bc7099b4350839ee39 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/kernel/head-common.S | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 34a490cd3875..c86976e5aff9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0f9801463b0aa9ac7253a250ec6bc37e6f77d31d +refs/heads/master: 84081bd2205efd1e6c7203bc7099b4350839ee39 diff --git a/trunk/arch/arm/kernel/head-common.S b/trunk/arch/arm/kernel/head-common.S index 50f667febe29..7e9c00a8a412 100644 --- a/trunk/arch/arm/kernel/head-common.S +++ b/trunk/arch/arm/kernel/head-common.S @@ -75,8 +75,13 @@ __error_p: #ifdef CONFIG_DEBUG_LL adr r0, str_p1 bl printascii + mov r0, r9 + bl printhex8 + adr r0, str_p2 + bl printascii b __error -str_p1: .asciz "\nError: unrecognized/unsupported processor variant.\n" +str_p1: .asciz "\nError: unrecognized/unsupported processor variant (0x" +str_p2: .asciz ").\n" .align #endif