From 95209b66846276d1d598f579ae2dcd1988c49a53 Mon Sep 17 00:00:00 2001 From: Thomas Herzmann Date: Fri, 4 May 2012 10:55:56 +0200 Subject: powerpc/83xx: configure CONFIG_POST for kmcoge5ne kmcoge5ne starts the post tests if the testpin on the board was enabled. Currently it does simply a memory test. Signed-off-by: Thomas Herzmann Signed-off-by: Holger Brunck Signed-off-by: Kim Phillips --- board/keymile/common/common.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'board/keymile/common') diff --git a/board/keymile/common/common.h b/board/keymile/common/common.h index db117c7..f457aa3 100644 --- a/board/keymile/common/common.h +++ b/board/keymile/common/common.h @@ -32,7 +32,11 @@ struct km_bec_fpga { unsigned char res1[3]; unsigned char bprth; unsigned char bprtl; - unsigned char res2[6]; + unsigned char gprt3; + unsigned char gprt2; + unsigned char gprt1; + unsigned char gprt0; + unsigned char res2[2]; unsigned char prst; unsigned char res3[0xfff0]; unsigned char pgy_id; -- cgit v1.1