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

2018-10-07 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 v2: None env/flash.c | 4 ++-- env/nand.c| 6 +++--- include/environment.h | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff

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

2018-10-07 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 v2: None env/flash.c | 4 ++-- env/nand.c| 6 +++--- include/environment.h | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff