mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
Fix CompactFlash problem on HMI1001 board
This commit is contained in:
parent
c4e0e68604
commit
9d3338d2b9
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
Changes for U-Boot 1.1.3:
|
||||
======================================================================
|
||||
|
||||
* Fix CompactFlash problem on HMI1001 board
|
||||
|
||||
* Make new "mtdparts" code build with older compilers
|
||||
Patch by Andrea Scian, 09 Aug 2005
|
||||
|
||||
|
|
|
@ -287,6 +287,8 @@
|
|||
#define CFG_IDE_MAXBUS 1 /* max. 1 IDE bus */
|
||||
#define CFG_IDE_MAXDEVICE 2 /* max. 2 drives per IDE bus */
|
||||
|
||||
#define CONFIG_IDE_PREINIT 1
|
||||
|
||||
#define CFG_ATA_IDE0_OFFSET 0x0000
|
||||
|
||||
#define CFG_ATA_BASE_ADDR MPC5XXX_ATA
|
||||
|
|
Loading…
Reference in a new issue