diff options
author | stroese <stroese> | 2005-04-07 05:35:12 +0000 |
---|---|---|
committer | stroese <stroese> | 2005-04-07 05:35:12 +0000 |
commit | 7ec25502382e6097f0d8d31a3105acc3b159b0d6 (patch) | |
tree | 99113c50bc028d102257f0fbcf570322f7359ef4 /include | |
parent | 0a7c5391a0a881cef208d286e6c9d3ebe5851b94 (diff) | |
download | u-boot-7ec25502382e6097f0d8d31a3105acc3b159b0d6.zip u-boot-7ec25502382e6097f0d8d31a3105acc3b159b0d6.tar.gz u-boot-7ec25502382e6097f0d8d31a3105acc3b159b0d6.tar.bz2 |
* Patch by Stefan Roese, 06 Apr 2005:
Updates for OCOTEA board:
- Changed U-Boot size from 512kByte to 256kByte
- Fixed flash driver to support boot from soldered user flash
- Added README for switch from PIBS firmware to U-Boot
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/OCOTEA.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/OCOTEA.h b/include/configs/OCOTEA.h index dc2b419..5e78b45 100644 --- a/include/configs/OCOTEA.h +++ b/include/configs/OCOTEA.h @@ -49,7 +49,7 @@ *----------------------------------------------------------------------*/ #define CFG_SDRAM_BASE 0x00000000 /* _must_ be 0 */ #define CFG_FLASH_BASE 0xff800000 /* start of FLASH */ -#define CFG_MONITOR_BASE 0xfff80000 /* start of monitor */ +#define CFG_MONITOR_BASE 0xfffc0000 /* start of monitor */ #define CFG_PCI_MEMBASE 0x80000000 /* mapped pci memory */ #define CFG_PERIPHERAL_BASE 0xe0000000 /* internal peripherals */ #define CFG_ISRAM_BASE 0xc0000000 /* internal SRAM */ |