diff options
author | John Crispin <john@phrozen.org> | 2018-11-27 18:58:38 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-11-27 18:58:38 +0100 |
commit | c6aa4f53e8179eb262d0da1e52ea869298ed3818 (patch) | |
tree | 4b511bd5b221f78e383a62171b9cf70e6b64a1f8 /target/linux/x86/image/grub.cfg | |
parent | 231d9d5327d161aed166949ea9328609927674ff (diff) | |
download | upstream-c6aa4f53e8179eb262d0da1e52ea869298ed3818.tar.gz upstream-c6aa4f53e8179eb262d0da1e52ea869298ed3818.tar.bz2 upstream-c6aa4f53e8179eb262d0da1e52ea869298ed3818.zip |
Revert "x86: add intel microcode entries to grub config"
This reverts commit 546fced2a23557e95dd34246744c3aa6cad92fe6.
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/x86/image/grub.cfg')
-rw-r--r-- | target/linux/x86/image/grub.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/x86/image/grub.cfg b/target/linux/x86/image/grub.cfg index a665686863..dedfa0a636 100644 --- a/target/linux/x86/image/grub.cfg +++ b/target/linux/x86/image/grub.cfg @@ -7,9 +7,6 @@ set root='(@ROOT@)' menuentry "@TITLE@" { linux /boot/vmlinuz @CMDLINE@ noinitrd - if [ -s /boot/intel-ucode.img ]; then - initrd /boot/intel-ucode.img - fi } menuentry "@TITLE@ (failsafe)" { linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd |