mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 13:44:29 +08:00
pm9263: fix compile warning
Fix warning: pm9263.c: In function 'pm9263_macb_hw_init': pm9263.c:99: warning: unused variable 'pio' Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Ilko Iliev <iliev@ronetix.at>
This commit is contained in:
parent
b15fbd4996
commit
65a14cadff
@ -96,7 +96,6 @@ static void pm9263_nand_hw_init(void)
|
||||
static void pm9263_macb_hw_init(void)
|
||||
{
|
||||
at91_pmc_t *pmc = (at91_pmc_t *) AT91_PMC_BASE;
|
||||
at91_pio_t *pio = (at91_pio_t *) AT91_PIO_BASE;
|
||||
|
||||
/*
|
||||
* PB27 enables the 50MHz oscillator for Ethernet PHY
|
||||
|
Loading…
Reference in New Issue
Block a user