[U-Boot] [PATCH] README.mpc8536ds corrected address

This patch corrects small mistake in the register list. 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 fransmeulenbroeks@gmail.com --- doc/README.mpc8536ds | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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 |

ACK.
Thanks, Mingkai
-----Original Message----- From: Frans Meulenbroeks [mailto:fransmeulenbroeks@gmail.com] Sent: Saturday, February 20, 2010 7:06 PM To: Fleming Andy-AFLEMING; u-boot@lists.denx.de; galak@kernel.crashing.org; Hu Mingkai-B21284 Cc: Frans Meulenbroeks Subject: [PATCH] README.mpc8536ds corrected address
This patch corrects small mistake in the register list. 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 fransmeulenbroeks@gmail.com
doc/README.mpc8536ds | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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 |-- 1.6.4.2

Dear Frans Meulenbroeks,
In message 1266663960-18553-1-git-send-email-fransmeulenbroeks@gmail.com you wrote:
This patch corrects small mistake in the register list. 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 fransmeulenbroeks@gmail.com
Please ignore my previous comment.
Best regards,
Wolfgang Denk
participants (3)
-
Frans Meulenbroeks
-
Hu Mingkai-B21284
-
Wolfgang Denk