[U-Boot-Users] [PATCH] Adds rstcr to 85xx memory map

Signed-off-by: Eran Liberty
diff -x .svn -Nuar u-boot.git-5ffa76a032279bc6d3230b703eda32d13305ba13/include/asm-ppc/immap_85xx.h u-boot.exsw6000/include/asm-ppc/immap_85xx.h --- u-boot.git-5ffa76a032279bc6d3230b703eda32d13305ba13/include/asm-ppc/immap_85xx.h 2007-06-18 22:38:46.000000000 +0300 +++ u-boot.exsw6000/include/asm-ppc/immap_85xx.h 2007-06-20 19:04:41.000000000 +0300 @@ -1548,7 +1548,9 @@ char res9[12]; uint pvr; /* 0xe00a0 - Processor version register */ uint svr; /* 0xe00a4 - System version register */ - char res10[3416]; + char res9a[8]; + uint rstcr; /* 0xe00b0 - Reset control register */ + char res10[3404]; uint clkocr; /* 0xe0e00 - Clock out select register */ char res11[12]; uint ddrdllcr; /* 0xe0e10 - DDR DLL control register */
participants (1)
-
eran liberty