Re: [U-Boot] [PATCH] tools: env: bug: config structs must be defined in tools library

2016-03-27 Thread Stefano Babic
Hi Andreas, On 25/03/2016 14:52, Andreas Fenkart wrote: > fw_senten/fw_printenv can be compiled as a tools library, > excluding the fw_env_main object. > > Reported-by: Stefano Babic > Signed-off-by: Andreas Fenkart > --- > tools/env/fw_env.c | 4 > tools/env/fw_env_main.c | 4 >

[U-Boot] [PATCH] tools: env: bug: config structs must be defined in tools library

2016-03-25 Thread Andreas Fenkart
fw_senten/fw_printenv can be compiled as a tools library, excluding the fw_env_main object. Reported-by: Stefano Babic Signed-off-by: Andreas Fenkart --- tools/env/fw_env.c | 4 tools/env/fw_env_main.c | 4 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/env/