arm/imx25_pdk: drop RAM size fixup
commitbf350daae0241ba56504c909de7a8a65adf90a06
authorIgor Mammedov <imammedo@redhat.com>
Wed, 19 Feb 2020 16:08:49 +0000 (19 11:08 -0500)
committerPatchew Importer <importer@patchew.org>
Wed, 19 Feb 2020 16:49:55 +0000 (19 16:49 +0000)
tree18cfc81f31c66a2a71054c0d69cabecf82a2acda
parent89c43bdf20adead188d5a87ee30003aead90d9a5
arm/imx25_pdk: 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: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200219160953.13771-16-imammedo@redhat.com>
hw/arm/imx25_pdk.c