commit | fd2084cb62a0bd7e93b8e8ef9ddd2c07ccdf812c | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Dec 11 23:21:41 2020 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Jan 08 16:28:16 2021 +0000 |
tree | aad5582b2206537a0d745d66052e34db4ff44490 | |
parent | 11863835de10df6e97dfef40e80862764eb092e0 [diff] |
hw/ppc: Remove unused ppcuic_init() Now we've converted all the callsites to directly create the QOM UIC device themselves, the ppcuic_init() function is unused and can be removed. The enum defining PPCUIC symbolic constants can be moved to the ppc-uic.h header where it more naturally belongs. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>