Update configuration for INKA4x0 board
This commit is contained in:
parent
29fe1c0fa4
commit
1806c75959
@ -2,6 +2,8 @@
|
|||||||
Changes for U-Boot 1.1.4:
|
Changes for U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Update configuration for INKA4x0 board
|
||||||
|
|
||||||
* Update configuration for PM854 board
|
* Update configuration for PM854 board
|
||||||
Based on patch by R. Loeffl, 20 Jul 2005
|
Based on patch by R. Loeffl, 20 Jul 2005
|
||||||
|
|
||||||
|
@ -305,22 +305,14 @@
|
|||||||
#define CFG_IDE_MAXDEVICE 2 /* max. 1 drive per IDE bus */
|
#define CFG_IDE_MAXDEVICE 2 /* max. 1 drive per IDE bus */
|
||||||
|
|
||||||
#define CFG_ATA_IDE0_OFFSET 0x0000
|
#define CFG_ATA_IDE0_OFFSET 0x0000
|
||||||
|
|
||||||
#define CFG_ATA_BASE_ADDR MPC5XXX_ATA
|
#define CFG_ATA_BASE_ADDR MPC5XXX_ATA
|
||||||
|
#define CFG_ATA_DATA_OFFSET 0x0060 /* Offset for data I/O */
|
||||||
/* Offset for data I/O */
|
#define CFG_ATA_REG_OFFSET (CFG_ATA_DATA_OFFSET) /* Offset for normal register accesses */
|
||||||
#define CFG_ATA_DATA_OFFSET (0x0060)
|
#define CFG_ATA_ALT_OFFSET 0x005C /* Offset for alternate registers */
|
||||||
|
#define CFG_ATA_STRIDE 4 /* Interval between registers */
|
||||||
/* 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 CONFIG_ATAPI 1
|
#define CONFIG_ATAPI 1
|
||||||
#define CFG_BRIGHTNESS 0x20
|
|
||||||
|
#define CFG_BRIGHTNESS 0xFF /* LCD Default Brightness (255 = off) */
|
||||||
|
|
||||||
#endif /* __CONFIG_H */
|
#endif /* __CONFIG_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user