diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-09 12:25:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-10 07:18:36 +0200 |
commit | 4268d0812d7c3287d39bea1e588ee5d9c45e8972 (patch) | |
tree | aa053667a1db01295eaead91055fa8eb12ec59d0 /target/ppc/kernel | |
parent | 8ae0ee8bec214f0c5b5922000ebc07588067588b (diff) |
allow apple mac mini to netboot
Diffstat (limited to 'target/ppc/kernel')
-rw-r--r-- | target/ppc/kernel/apple-macmini | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/target/ppc/kernel/apple-macmini b/target/ppc/kernel/apple-macmini index faa2196fa..f2bccd3a9 100644 --- a/target/ppc/kernel/apple-macmini +++ b/target/ppc/kernel/apple-macmini @@ -8,8 +8,6 @@ CONFIG_PPC_FPU=y CONFIG_ALTIVEC=y CONFIG_GENERIC_NVRAM=y CONFIG_PPC_OF=y -CONFIG_PPC_UDBG_16550=y -CONFIG_PPC_CHRP=y CONFIG_PPC_PMAC=y CONFIG_PPC_NATIVE=y CONFIG_PPC_OF_BOOT_TRAMPOLINE=y @@ -19,9 +17,5 @@ CONFIG_PPC_RTAS=y CONFIG_PPC_MPC106=y CONFIG_PPC_4K_PAGES=y CONFIG_MACINTOSH_DRIVERS=y -CONFIG_ADB=y -CONFIG_ADB_CUDA=y -CONFIG_INPUT_ADBHID=y -CONFIG_SERIAL_PMACZILOG=y -CONFIG_SERIAL_PMACZILOG_TTYS=y -CONFIG_SERIAL_PMACZILOG_CONSOLE=y +CONFIG_CMDLINE_BOOL=y +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y |