Re: [PATCH v2 64/86] ppc:ppc405_boards: add RAM size checks

2020-01-15 Thread David Gibson
On Wed, Jan 15, 2020 at 04:07:19PM +0100, Igor Mammedov wrote: > If user provided non-sense RAM size, board will ignore it > and continue running with fixed RAM size. > > Also RAM is going to be allocated by generic code, so it > won't be possible for board to fix CLI. > > Make it error message a

Re: [PATCH v2 64/86] ppc:ppc405_boards: add RAM size checks

2020-01-15 Thread BALATON Zoltan
On Wed, 15 Jan 2020, Igor Mammedov wrote: If user provided non-sense RAM size, board will ignore it and continue running with fixed RAM size. Also RAM is going to be allocated by generic code, so it won't be possible for board to fix CLI. Make it error message and exit to force user fix CLI, in

[PATCH v2 64/86] ppc:ppc405_boards: add RAM size checks

2020-01-15 Thread Igor Mammedov
If user provided non-sense RAM size, board will ignore it and continue running with fixed RAM size. Also RAM is going to be allocated by generic code, so it won't be possible for board to fix CLI. Make it error message and exit to force user fix CLI, instead of accepting non-sense CLI values. PS