Update Barebox to 2021.05.0 (#1380)
* Remove CONFIG_CLOCKSOURCE_EFI configuration It seems to cause messages like this on some machines: EFI Event timer too slow freq = 100 Hz The Barebox efi_defconfig configurationd doesn't enable it either. Disable it by default as well. * Enable CONFIG_CMD_ECHO_E to fix menutree It seems that menutree needs CONFIG_CMD_ECHO_E to properly display the boot menu. Also enable other useful commands such as edit or reset. * Bump Barebox to 2021.05.0
This commit is contained in:
@@ -6,6 +6,5 @@ CONFIG_DRIVER_SERIAL_EFI_STDIO=y
|
||||
# CONFIG_SPI is not set
|
||||
CONFIG_DISK=y
|
||||
CONFIG_DISK_WRITE=y
|
||||
CONFIG_CLOCKSOURCE_EFI=y
|
||||
CONFIG_FS_EFI=y
|
||||
CONFIG_FS_EFIVARFS=y
|
||||
|
||||
Reference in New Issue
Block a user