xlnx-zynqmp.c: Convert some of the error_propagate() calls to error_abort
commite1292517103f7ad6a8dc9f0795d170a78ed408a8
authorAlistair Francis <alistair.francis@xilinx.com>
Tue, 8 Sep 2015 16:38:45 +0000 (8 17:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Sep 2015 16:38:45 +0000 (8 17:38 +0100)
tree1241ceedceb1bf0502d9129b112526d4385f6c13
parentbb639f829f139ddc83325b3b6825f93096ee44f1
xlnx-zynqmp.c: Convert some of the error_propagate() calls to error_abort

Convert all of the non-realize error_propagate() calls into error_abort
calls as they shouldn't be user visible failure cases.

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/xlnx-zynqmp.c