Re: [U-Boot] [PATCH v4 02/27] env: allow flash and nand env driver to compile together

2018-10-26 Thread Rajesh Bhagat
> -Original Message- > From: York Sun > Sent: Friday, October 26, 2018 8:01 PM > To: Rajesh Bhagat ; u-boot@lists.denx.de > Cc: Prabhakar Kushwaha > Subject: Re: [PATCH v4 02/27] env: allow flash and nand env driver to compile > together > > On 10/12/18 07:45, Rajesh Bhagat wrote: > >

Re: [U-Boot] [PATCH v4 02/27] env: allow flash and nand env driver to compile together

2018-10-26 Thread York Sun
On 10/12/18 07:45, Rajesh Bhagat wrote: > Define env_ptr as static in flash and nand env driver to > allow these to compile together. > > Signed-off-by: Rajesh Bhagat > --- > Change in v4: None > > Change in v3: > - Merged env nand specific patches to remove compilation warning > > Change in

[U-Boot] [PATCH v4 02/27] env: allow flash and nand env driver to compile together

2018-10-12 Thread Rajesh Bhagat
Define env_ptr as static in flash and nand env driver to allow these to compile together. Signed-off-by: Rajesh Bhagat --- Change in v4: None Change in v3: - Merged env nand specific patches to remove compilation warning Change in v2: None env/flash.c | 4 ++-- env/nand.c