diff options
author | wdenk <wdenk> | 2005-02-03 23:00:49 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-02-03 23:00:49 +0000 |
commit | 1a344f298d9d334f7bec631432c10c0666d04757 (patch) | |
tree | 928b89cfceef24f254bae64ae971f316f9e0a8fb /include/configs/CPC45.h | |
parent | 436be29cad60a46ed5983120aff71909d8f234a3 (diff) |
* Removed '--no-warn-mismatch' option from Makefile. This option
makes 'ld' to overlook binary objects compatibility.
* Moved $(PLATFORM_LIBS) from the library group (--start-group ...
--end-group) outside of the group. This will make 'ld' to do
_multiple_ search in the library group when resolving symbol
references and do only a _single_ seach in libgcc.a after the group
search.
* Fix stability problems on CPC45 board again.
* Make image detection for diskboot / usbboot / scsiboot more robust
(also check header checksum)
Diffstat (limited to 'include/configs/CPC45.h')
-rw-r--r-- | include/configs/CPC45.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/CPC45.h b/include/configs/CPC45.h index 6fb8003cd4e..aae7d8c4b08 100644 --- a/include/configs/CPC45.h +++ b/include/configs/CPC45.h @@ -496,14 +496,13 @@ #define CFG_IDE_MAXDEVICE 1 /* max. 1 drive per IDE bus */ #define CFG_ATA_IDE0_OFFSET 0x0000 -#define CONFIG_HMI10 #define CFG_ATA_BASE_ADDR CFG_PCMCIA_MEM_ADDR #define CFG_ATA_DATA_OFFSET CFG_PCMCIA_MEM_SIZE /* Offset for normal register accesses */ -#define CFG_ATA_REG_OFFSET CFG_PCMCIA_MEM_SIZE +#define CFG_ATA_REG_OFFSET (CFG_PCMCIA_MEM_SIZE + 0x320) /* Offset for alternate registers */ #define CFG_ATA_ALT_OFFSET (CFG_PCMCIA_MEM_SIZE + 0x400) |