mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-05 22:31:36 +00:00
pb1x00 board: Fix u16 status declaration when PCMCIA is defined
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
8412d814ce
commit
6073f61e07
1 changed files with 2 additions and 0 deletions
|
@ -42,7 +42,9 @@ void write_one_tlb( int index, u32 pagemask, u32 hi, u32 low0, u32 low1 );
|
||||||
|
|
||||||
int checkboard (void)
|
int checkboard (void)
|
||||||
{
|
{
|
||||||
|
#if defined(CONFIG_IDE_PCMCIA) && 0
|
||||||
u16 status;
|
u16 status;
|
||||||
|
#endif
|
||||||
/* volatile u32 *pcmcia_bcsr = (u32*)(DB1000_BCSR_ADDR+0x10); */
|
/* volatile u32 *pcmcia_bcsr = (u32*)(DB1000_BCSR_ADDR+0x10); */
|
||||||
volatile u32 *sys_counter = (volatile u32*)SYS_COUNTER_CNTRL;
|
volatile u32 *sys_counter = (volatile u32*)SYS_COUNTER_CNTRL;
|
||||||
u32 proc_id;
|
u32 proc_id;
|
||||||
|
|
Loading…
Add table
Reference in a new issue