diff options
author | Sergei Poselenov <sposelenov@emcraft.com> | 2008-06-06 15:42:41 +0200 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-06-11 00:30:09 -0500 |
commit | 59abd15b43cab7a4d19de4ba0943837d9555f7ba (patch) | |
tree | 3cac646776cda715f7bc54c7c7566f9e7d5965db /include/configs | |
parent | 740280e68ccc0b971e613face7eaaa8bd1382b8c (diff) | |
download | u-boot-imx-59abd15b43cab7a4d19de4ba0943837d9555f7ba.zip u-boot-imx-59abd15b43cab7a4d19de4ba0943837d9555f7ba.tar.gz u-boot-imx-59abd15b43cab7a4d19de4ba0943837d9555f7ba.tar.bz2 |
Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/socrates.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 6012a99..499f41c 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -216,11 +216,6 @@ #define CFG_EEPROM_PAGE_WRITE_ENABLE /* necessary for the LM75 chip */ #define CFG_EEPROM_PAGE_WRITE_BITS 4 -/* RapidIO MMU */ -#define CFG_RIO_MEM_BASE 0xc0000000 /* base address */ -#define CFG_RIO_MEM_PHYS CFG_RIO_MEM_BASE -#define CFG_RIO_MEM_SIZE 0x20000000 /* 128M */ - /* * General PCI * Memory space is mapped 1-1. @@ -414,4 +409,8 @@ #define CONFIG_DOS_PARTITION 1 #define CONFIG_USB_STORAGE 1 +/* FPGA and NAND */ +#define CFG_FPGA_BASE 0xc0000000 +#define CFG_BR3_PRELIM 0xc0001881 /* UPMA, 32-bit */ +#define CFG_OR3_PRELIM 0xfff00000 /* 1 MB */ #endif /* __CONFIG_H */ |