Commit 2a6945e5 authored by OPNA2608's avatar OPNA2608
Browse files

lib/systems/platforms: Drop powernv extraConfig

Settings are covered by ppc64 changes in common-config.
parent 99bf69cd
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -33,16 +33,6 @@ rec {
      baseConfig = "powernv_defconfig";
      target = "vmlinux";
      autoModules = true;
      # avoid driver/FS trouble arising from unusual page size
      extraConfig = ''
        PPC_64K_PAGES n
        PPC_4K_PAGES y
        IPV6 y

        ATA_BMDMA y
        ATA_SFF y
        VIRTIO_MENU y
      '';
    };
  };