mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-15 06:55:17 -04:00
Merge branch 'master' of git://git.denx.de/u-boot-avr32
* 'master' of git://git.denx.de/u-boot-avr32: net:macb: add line break avr32:portmux: fix setup for macb1 avr32: Remove redundant LDSCRIPT definition Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
commit
a6f0c4faa4
@ -29,5 +29,3 @@ PLATFORM_RELFLAGS += -ffixed-r5 -fPIC -mno-init-got -mrelax
|
|||||||
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
||||||
|
|
||||||
LDFLAGS_u-boot = --gc-sections --relax
|
LDFLAGS_u-boot = --gc-sections --relax
|
||||||
|
|
||||||
LDSCRIPT = $(SRCTREE)/$(CPUDIR)/u-boot.lds
|
|
||||||
|
@ -122,7 +122,7 @@ void portmux_enable_macb1(unsigned long flags, unsigned long drive_strength)
|
|||||||
portd_mask |= (1 << 15);/* SPD */
|
portd_mask |= (1 << 15);/* SPD */
|
||||||
|
|
||||||
/* REVISIT: Some pins are probably pure outputs */
|
/* REVISIT: Some pins are probably pure outputs */
|
||||||
portmux_select_peripheral(PORTMUX_PORT_D, portc_mask,
|
portmux_select_peripheral(PORTMUX_PORT_D, portd_mask,
|
||||||
PORTMUX_FUNC_B, PORTMUX_BUSKEEPER);
|
PORTMUX_FUNC_B, PORTMUX_BUSKEEPER);
|
||||||
portmux_select_peripheral(PORTMUX_PORT_C, portc_mask,
|
portmux_select_peripheral(PORTMUX_PORT_C, portc_mask,
|
||||||
PORTMUX_FUNC_B, PORTMUX_BUSKEEPER);
|
PORTMUX_FUNC_B, PORTMUX_BUSKEEPER);
|
||||||
|
@ -364,7 +364,7 @@ static int macb_phy_find(struct macb_device *macb)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* PHY isn't up to snuff */
|
/* PHY isn't up to snuff */
|
||||||
printf("%s: PHY not found", macb->netdev.name);
|
printf("%s: PHY not found\n", macb->netdev.name);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user