From: John Jacques <john.jacq...@lsi.com>

Added earlyprintk to the Linux commandline.

Signed-off-by: Paul Butler <paul.but...@windriver.com>
---
 arch/arm/boot/emuboot/emuboot.S | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/arch/arm/boot/emuboot/emuboot.S b/arch/arm/boot/emuboot/emuboot.S
index e856989..ef9fa87 100644
--- a/arch/arm/boot/emuboot/emuboot.S
+++ b/arch/arm/boot/emuboot/emuboot.S
@@ -39,13 +39,6 @@ fiq_exception:
        .globl  _start
 _start:
        @
-       @ Allow the debugger to gain control...
-       @
-1:     ldr     r0, =0
-       cmp     r0, #0
-       beq     1b
-
-       @
        @ Program architected timer frequency
        @
        mrc     p15, 0, r0, c0, c1, 1           @ CPUID_EXT_PFR1
@@ -125,7 +118,7 @@ atags:
        @ ATAG_CMDLINE
        .long   (1f - .) >> 2
        .long   0x54410009
-       .asciz  "root=/dev/mmcblk0 rootwait ip=none mem=1024M console=ttyAMA0"
+       .asciz  "root=/dev/mmcblk0 rootwait ip=none mem=1024M console=ttyAMA0 
earlyprintk"
 
        .align  2
 1:
-- 
1.8.3

_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to