Re: [PATCH REPOST v3 13/80] arm/imx25_pdk: drop RAM size fixup

2020-01-23 Thread Igor Mammedov
On Thu, 23 Jan 2020 13:39:07 +0100 Andrew Jones wrote: > On Thu, Jan 23, 2020 at 12:37:38PM +0100, Igor Mammedov wrote: > > 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 w

Re: [PATCH REPOST v3 13/80] arm/imx25_pdk: drop RAM size fixup

2020-01-23 Thread Andrew Jones
On Thu, Jan 23, 2020 at 12:37:38PM +0100, Igor Mammedov wrote: > 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

[PATCH REPOST v3 13/80] arm/imx25_pdk: drop RAM size fixup

2020-01-23 Thread Igor Mammedov
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-