arm/xilinx_zynq: drop RAM size fixup
commitc9800965c1be6c39a39bd02dc323497e61b85356
authorIgor Mammedov <imammedo@redhat.com>
Wed, 19 Feb 2020 16:09:08 +0000 (19 11:09 -0500)
committerPatchew Importer <importer@patchew.org>
Wed, 19 Feb 2020 16:49:57 +0000 (19 16:49 +0000)
tree0443bb23894fc7bff88536bd23fb114bdf679cf7
parenta72f6805f30ceeb635d0fb04b3125d453f1045e8
arm/xilinx_zynq: drop RAM size fixup

If user provided non-sense RAM size, board will complain and
continue running with max RAM size supported.
Also RAM is going to be allocated by generic code, so it won't be
possible for board to fix things up for user.

Make it error message and exit to force user fix CLI,
instead of accepting non-sense CLI values.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200219160953.13771-35-imammedo@redhat.com>
hw/arm/xilinx_zynq.c