]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/rpxsuper/rpxsuper.h
nand: remove CONFIG_SYS_NAND_PAGE_SIZE
[karo-tx-uboot.git] / board / rpxsuper / rpxsuper.h
1 #ifndef __RPX8260_H__
2 #define __RPX8260_H__
3
4 typedef struct tt_rpx_regs
5 {
6     volatile unsigned char bcsr0;
7     volatile unsigned char bcsr1;
8     volatile unsigned char bcsr2;
9     volatile unsigned char bcsr3;
10     volatile unsigned char bcsr4;
11     volatile unsigned char bcsr5;
12     volatile unsigned char bcsr6;
13     volatile unsigned char bcsr7;
14     volatile unsigned char bcsr8;
15     volatile unsigned char bcsr9;
16     volatile unsigned char bcsr10;
17     volatile unsigned char bcsr11;
18     volatile unsigned char bcsr12;
19     volatile unsigned char bcsr13;
20     volatile unsigned char bcsr14;
21     volatile unsigned char bcsr15;
22 } t_rpx_regs;
23 typedef t_rpx_regs* tp_rpx_regs;
24
25 #endif