diff options
author | Dave Liu <r63238@freescale.com> | 2008-04-15 13:12:23 +0800 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-04-25 09:34:22 -0500 |
commit | be5a7190265a34d968578ff266549c60f6f57654 (patch) | |
tree | e0d659bc2ed88df3805e8a8ea4cbf2827575375d /doc/README.mpc837xerdb | |
parent | bcae52a6819ee9dad5d0d96cd7daeb20108d45ff (diff) |
mpc83xx: clean up the readme for 83xx boards
1. correct the typo
2. correct the memory map for 837xerdb board
Signed-off-by: Dave Liu <daveliu@freescale.com>
Diffstat (limited to 'doc/README.mpc837xerdb')
-rw-r--r-- | doc/README.mpc837xerdb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/README.mpc837xerdb b/doc/README.mpc837xerdb index 8f0192aab17..510e3bb9b15 100644 --- a/doc/README.mpc837xerdb +++ b/doc/README.mpc837xerdb @@ -1,4 +1,4 @@ -Freescale MPC837xEMDS Board +Freescale MPC837xE-RDB Board ----------------------------------------- 1. Board Description @@ -38,12 +38,11 @@ Freescale MPC837xEMDS Board =========================== ================= ======= ========= 0x0000_0000 0x0fff_ffff DDR 256M 64 0x1000_0000 0x7fff_ffff Empty 1.75G - - 0x8000_0000 0x9fff_ffff PCI1 memory space 512M 32 - 0xa000_0000 0xbfff_ffff PCI2 memory space 512M 32 - 0xc200_0000 0xc2ff_ffff PCI1 I/O space 16M 32 - 0xc300_0000 0xc3ff_ffff PCI2 I/O space 16M 32 + 0x8000_0000 0x8fff_ffff PCI MEM prefetch 256M 32 + 0x9000_0000 0x9fff_ffff PCI MEM non-prefetch 256M 32 + 0xe030_0000 0xe03f_ffff PCI I/O space 1M 32 0xe000_0000 0xe00f_ffff Int Mem Reg Space 1M - - 0xe280_0000 0xe47f_ffff NAND Flash 32M 8 + 0xe060_0000 0xe060_7fff NAND Flash 32K 8 0xfe00_0000 0xfe7f_ffff NOR Flash on CS0 8M 16 @@ -55,7 +54,7 @@ Freescale MPC837xEMDS Board CONFIG_MPC83XX MPC83xx family for both MPC8349 and MPC8360 CONFIG_MPC837X MPC837x specific - CONFIG_MPC837XERDB MPC837XEMDS board specific + CONFIG_MPC837XERDB MPC837xE-RDB board specific 4. Compilation |