9
0
Fork 0

Update configuration for INKA4x0 board

This commit is contained in:
Wolfgang Denk 2005-09-21 10:07:56 +02:00
parent 29fe1c0fa4
commit 1806c75959
2 changed files with 8 additions and 14 deletions

View File

@ -2,6 +2,8 @@
Changes for U-Boot 1.1.4:
======================================================================
* Update configuration for INKA4x0 board
* Update configuration for PM854 board
Based on patch by R. Loeffl, 20 Jul 2005

View File

@ -305,22 +305,14 @@
#define CFG_IDE_MAXDEVICE 2 /* max. 1 drive per IDE bus */
#define CFG_ATA_IDE0_OFFSET 0x0000
#define CFG_ATA_BASE_ADDR MPC5XXX_ATA
/* Offset for data I/O */
#define CFG_ATA_DATA_OFFSET (0x0060)
/* Offset for normal register accesses */
#define CFG_ATA_REG_OFFSET (CFG_ATA_DATA_OFFSET)
/* Offset for alternate registers */
#define CFG_ATA_ALT_OFFSET (0x005C)
/* Interval between registers */
#define CFG_ATA_STRIDE 4
#define CFG_ATA_DATA_OFFSET 0x0060 /* Offset for data I/O */
#define CFG_ATA_REG_OFFSET (CFG_ATA_DATA_OFFSET) /* Offset for normal register accesses */
#define CFG_ATA_ALT_OFFSET 0x005C /* Offset for alternate registers */
#define CFG_ATA_STRIDE 4 /* Interval between registers */
#define CONFIG_ATAPI 1
#define CFG_BRIGHTNESS 0x20
#define CFG_BRIGHTNESS 0xFF /* LCD Default Brightness (255 = off) */
#endif /* __CONFIG_H */