mirror of https://gitee.com/openkylin/qemu.git
PPC: Remove duplicate OPENPIC defines in default-configs
The CONFIG_OPENPIC variable was declared multiple times. We only need it once. Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
46ca011665
commit
6494ad9bf4
|
@ -38,7 +38,6 @@ CONFIG_PTIMER=y
|
|||
CONFIG_I8259=y
|
||||
CONFIG_XILINX=y
|
||||
CONFIG_XILINX_ETHLITE=y
|
||||
CONFIG_OPENPIC=y
|
||||
CONFIG_PREP=y
|
||||
CONFIG_MAC=y
|
||||
CONFIG_E500=y
|
||||
|
|
|
@ -13,5 +13,4 @@ CONFIG_PTIMER=y
|
|||
CONFIG_I8259=y
|
||||
CONFIG_XILINX=y
|
||||
CONFIG_XILINX_ETHLITE=y
|
||||
CONFIG_OPENPIC=y
|
||||
CONFIG_LIBDECNUMBER=y
|
||||
|
|
Loading…
Reference in New Issue