From: Frans Meulenbroeks Date: Fri, 19 Feb 2010 10:59:04 +0000 (+0100) Subject: Fix MPC8536DS documentation X-Git-Tag: v2010.03-rc1~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3920bbedcf74a073bc72950a51de75af6faa2f06;p=platform%2Fkernel%2Fu-boot.git Fix MPC8536DS documentation This patch corrects small mistake in the register list in doc/README.mpc8536ds. These registers are 32 bits and this one starts at ....c not ....e When using the ...c address I can boot from sd, when using the ...e address I cannot. Signed-off-by: Frans Meulenbroeks Acked-by: Hu Mingkai --- diff --git a/doc/README.mpc8536ds b/doc/README.mpc8536ds index 4d0bee0..2a38bd6 100644 --- a/doc/README.mpc8536ds +++ b/doc/README.mpc8536ds @@ -98,7 +98,7 @@ For boot from eSDHC: | 0x90-0x93 | 0xFF720000 | Config Addr 3 | | 0x94-0x97 | 0x80010000 | Config Data 3 | -------------------------------------------------------- - | 0x98-0x9b | 0xFF72e40e | Config Addr 4 | + | 0x98-0x9b | 0xFF72e40c | Config Addr 4 | | 0x9c-0x9f | 0x00000040 | Config Data 4 | -------------------------------------------------------- | 0xa0-0xa3 | 0x40000001 | Config Addr 5 |