mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Enable SMC microcode relocation patch for SMC1.
Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:

committed by
Wolfgang Denk

parent
381e4e6397
commit
b423d055cc
@ -159,6 +159,8 @@ typedef struct smc_uart {
|
||||
ushort smc_brkec; /* rcv'd break condition counter */
|
||||
ushort smc_brkcr; /* xmt break count register */
|
||||
ushort smc_rmask; /* Temporary bit mask */
|
||||
u_char res1[8];
|
||||
ushort smc_rpbase; /* Relocation pointer */
|
||||
} smc_uart_t;
|
||||
|
||||
/* Function code bits.
|
||||
|
Reference in New Issue
Block a user