boards/arm/am335x/beaglebone-black/src: Fix typos, AM355x->AM335x

This commit is contained in:
Gregory Nutt 2019-10-26 17:06:28 -06:00
parent 9628582ced
commit d7155a0208
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ ASRCS =
CSRCS = am335x_boot.c am335x_bringup.c am335x_leds.c
ifeq ($(CONFIG_LIB_BOARDCTL),y)
CSRCS += am355x_appinit.c
CSRCS += am335x_appinit.c
endif
ifeq ($(CONFIG_CAN),y)

View File

@ -156,7 +156,7 @@
int am335x_bringup(void);
/****************************************************************************
* Name: am355x_led_initialize
* Name: am335x_led_initialize
*
* Description:
* Configure LEDs. LEDs are left in the OFF state.