bootloader
This commit is contained in:
parent
542673a839
commit
8c201022b7
|
@ -1,5 +0,0 @@
|
|||
# This board uses bootloader
|
||||
USE_BOOTLOADER = yes
|
||||
|
||||
# include Prometheus bootloader code
|
||||
BOOTLOADERINC = $(PROJECT_DIR)/bootloader/prometheus/$(PROMETHEUS_BOARD)
|
|
@ -53,7 +53,9 @@
|
|||
#endif
|
||||
|
||||
// If USB and File logging, enable USB Mass Storage & community
|
||||
#ifndef HAL_USE_USB_MSD
|
||||
#define HAL_USE_USB_MSD (EFI_FILE_LOGGING && EFI_USB_SERIAL)
|
||||
#endif // HAL_USE_USB_MSD
|
||||
#define HAL_USE_COMMUNITY (EFI_FILE_LOGGING && EFI_USB_SERIAL) || HAL_USE_EEPROM
|
||||
#define USB_MSD_LUN_COUNT 2
|
||||
|
||||
|
|
Loading…
Reference in New Issue