mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Make compile clean, fix the usual small problems.
This commit is contained in:
parent
2a46cabd77
commit
ac6dbb85b7
17 changed files with 666 additions and 21 deletions
|
@ -81,13 +81,6 @@ struct DiskOnChip;
|
|||
#define DOC_ECC_EN (DOC_ECC__EN | DOC_ECC_RESV)
|
||||
#define DOC_ECC_DIS (DOC_ECC_RESV)
|
||||
|
||||
struct Nand {
|
||||
char floor, chip;
|
||||
unsigned long curadr;
|
||||
unsigned char curmode;
|
||||
/* Also some erase/write/pipeline info when we get that far */
|
||||
};
|
||||
|
||||
#define MAX_FLOORS 4
|
||||
#define MAX_CHIPS 4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue