STM32F4-Discovery: Part of logic to initialize the ELF loaded in the board startup logic. From Leo aloe3132
This commit is contained in:
parent
b2268c298b
commit
f5d2f9f5c2
@ -68,6 +68,7 @@
|
||||
#define HAVE_USBMONITOR 1
|
||||
#define HAVE_SDIO 1
|
||||
#define HAVE_RTC_DRIVER 1
|
||||
#define HAVE_ELF 1
|
||||
|
||||
/* Can't support USB host or device features if USB OTG FS is not enabled */
|
||||
|
||||
@ -140,6 +141,13 @@
|
||||
# undef HAVE_RTC_DRIVER
|
||||
#endif
|
||||
|
||||
/* ELF */
|
||||
|
||||
#if defined(CONFIG_BINFMT_DISABLE) || !defined(CONFIG_ELF)
|
||||
# undef HAVE_ELF
|
||||
#endif
|
||||
|
||||
|
||||
/* STM32F4 Discovery GPIOs **************************************************/
|
||||
/* LEDs */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user