boards/arm/am335x/beaglebone-black/src: Fix typos, AM355x->AM335x
This commit is contained in:
parent
9628582ced
commit
d7155a0208
@ -41,7 +41,7 @@ ASRCS =
|
|||||||
CSRCS = am335x_boot.c am335x_bringup.c am335x_leds.c
|
CSRCS = am335x_boot.c am335x_bringup.c am335x_leds.c
|
||||||
|
|
||||||
ifeq ($(CONFIG_LIB_BOARDCTL),y)
|
ifeq ($(CONFIG_LIB_BOARDCTL),y)
|
||||||
CSRCS += am355x_appinit.c
|
CSRCS += am335x_appinit.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_CAN),y)
|
ifeq ($(CONFIG_CAN),y)
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
int am335x_bringup(void);
|
int am335x_bringup(void);
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Name: am355x_led_initialize
|
* Name: am335x_led_initialize
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Configure LEDs. LEDs are left in the OFF state.
|
* Configure LEDs. LEDs are left in the OFF state.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user