This patch corrects OPAL console buffer size based on latest skiboot
source.
 
https://github.com/open-power/skiboot/blob/master/include/mem-map.h
 
 Signed-off-by: Ankit Kumar <ankit(a)linux.vnet.ibm.com>
 ---
  ppc64.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/ppc64.c b/ppc64.c
 index edf46dc..15025d5 100644
 --- a/ppc64.c
 +++ b/ppc64.c
 @@ -2741,7 +2741,7 @@ ppc64_get_smp_cpus(void)
   * 
https://github.com/open-power/skiboot/blob/master/include/mem-map.h
   */
  #define SKIBOOT_CONSOLE_DUMP_START	0x31000000
 -#define SKIBOOT_CONSOLE_DUMP_SIZE	0x40000
 +#define SKIBOOT_CONSOLE_DUMP_SIZE	0x100000
  #define SKIBOOT_BASE			0x30000000
  #define ASCII_UNLIMITED ((ulong)(-1) >> 1)
  
 --
 2.7.4
 
 --
 Crash-utility mailing list
 Crash-utility(a)redhat.com
 
https://www.redhat.com/mailman/listinfo/crash-utility