bootloader

This commit is contained in:
rusefillc 2023-12-26 15:27:30 -05:00
parent 542673a839
commit 8c201022b7
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +0,0 @@
# This board uses bootloader
USE_BOOTLOADER = yes
# include Prometheus bootloader code
BOOTLOADERINC = $(PROJECT_DIR)/bootloader/prometheus/$(PROMETHEUS_BOARD)

View File

@ -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