[U-Boot] [PATCH] powerpc: always print the RAM relocated address when boot up

2010-10-21 Thread Roy Zang
The RAM relocated address is useful when debugging or there is u-boot crash dump. So always print it instead of debug. Signed-off-by: Roy Zang tie-fei.z...@freescale.com Cc: Wood Scott-B07421 b07...@freescale.com --- arch/powerpc/lib/board.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [U-Boot] [PATCH] powerpc: always print the RAM relocated address when boot up

2010-10-21 Thread Wolfgang Denk
Dear Roy Zang, In message 1287721745-7503-1-git-send-email-tie-fei.z...@freescale.com you wrote: The RAM relocated address is useful when debugging or there is u-boot crash dump. So always print it instead of debug. Signed-off-by: Roy Zang tie-fei.z...@freescale.com Cc: Wood Scott-B07421

Re: [U-Boot] [PATCH] powerpc: always print the RAM relocated address when boot up

2010-10-21 Thread Joakim Tjernlund
The RAM relocated address is useful when debugging or there is u-boot crash dump. So always print it instead of debug. Signed-off-by: Roy Zang tie-fei.z...@freescale.com Cc: Wood Scott-B07421 b07...@freescale.com I use a similar patch here too so: Acked-by: Joakim Tjernlund