Re: [PATCH 1/2] configs: keystone2: Unwind KERNEL_MTD_PARTS definition

2023-07-25 Thread Tom Rini
On Tue, Jul 25, 2023 at 12:47:10PM -0500, Andrew Davis wrote: > On 7/25/23 12:18 PM, Tom Rini wrote: > > On Tue, Jul 25, 2023 at 11:40:58AM -0500, Andrew Davis wrote: > > > > > This is more complex than it needs to be and makes converting these > > > boards over to plain text env files more diffic

Re: [PATCH 1/2] configs: keystone2: Unwind KERNEL_MTD_PARTS definition

2023-07-25 Thread Andrew Davis
On 7/25/23 12:18 PM, Tom Rini wrote: On Tue, Jul 25, 2023 at 11:40:58AM -0500, Andrew Davis wrote: This is more complex than it needs to be and makes converting these boards over to plain text env files more difficult. Simplify this environment variable scheme. Signed-off-by: Andrew Davis ---

Re: [PATCH 1/2] configs: keystone2: Unwind KERNEL_MTD_PARTS definition

2023-07-25 Thread Tom Rini
On Tue, Jul 25, 2023 at 11:40:58AM -0500, Andrew Davis wrote: > This is more complex than it needs to be and makes converting these > boards over to plain text env files more difficult. Simplify this > environment variable scheme. > > Signed-off-by: Andrew Davis > --- > include/configs/k2e_evm.

[PATCH 1/2] configs: keystone2: Unwind KERNEL_MTD_PARTS definition

2023-07-25 Thread Andrew Davis
This is more complex than it needs to be and makes converting these boards over to plain text env files more difficult. Simplify this environment variable scheme. Signed-off-by: Andrew Davis --- include/configs/k2e_evm.h| 5 + include/configs/k2g_evm.h| 4 +--- incl