mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Patches by Josef Wagner, 29 Oct 2004:
- Add support for MicroSys CPU87 board - Add support for MicroSys PM854 board
This commit is contained in:
parent
c1a11c19ec
commit
384cc68744
22 changed files with 4032 additions and 185 deletions
|
@ -122,6 +122,7 @@ struct nand_chip {
|
|||
uint oobblock; /* Size of OOB blocks (e.g. 512) */
|
||||
uint oobsize; /* Amount of OOB data per block (e.g. 16) */
|
||||
uint eccsize;
|
||||
int bus16;
|
||||
};
|
||||
|
||||
/*
|
||||
|
@ -165,6 +166,7 @@ struct nand_flash_dev {
|
|||
char page256;
|
||||
char pageadrlen;
|
||||
unsigned long erasesize;
|
||||
int bus16;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue