Revert "x86: add intel microcode entries to grub config"
[openwrt/staging/jow.git] / target / linux / x86 / image / grub.cfg
index a665686863e230822b9ad26d43e9ffc54dcf0229..dedfa0a6367524e51e24f1128a3b7786ed1cba3a 100644 (file)
@@ -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