Revert "boot_loader: load intel microcode update data file"

This reverts commit a732059324.

It broke the build on most boot platforms (including EFI.)
This commit is contained in:
waddlesplash
2020-03-23 10:09:21 -04:00
parent e2c0896a2b
commit 6f857fa9fb
9 changed files with 1 additions and 81 deletions
@@ -21,9 +21,4 @@ void calculate_cpu_conversion_factor(uint8 channel);
}
#endif
#include <boot/vfs.h>
void ucode_load(BootVolume& volume);
#endif /* BOOT_ARCH_CPU_H */
-1
View File
@@ -43,7 +43,6 @@ extern void platform_switch_to_logo(void);
extern void platform_switch_to_text_mode(void);
extern void platform_start_kernel(void);
extern void platform_exit(void);
extern void platform_load_ucode(BootVolume& volume);
#ifdef __cplusplus
}