Re: [U-Boot] [PATCH] imximage: drop useless config.h include

2011-04-12 Thread Mike Frysinger
On Wednesday, April 06, 2011 13:59:44 Mike Frysinger wrote: > The imximage code doesn't actually use any config defines, so it doesn't > need the config.h header. This also fixes building of tools only when > the tree hasn't been configured for any board. guess someone already posted a patch to f

[U-Boot] [PATCH] imximage: drop useless config.h include

2011-04-06 Thread Mike Frysinger
The imximage code doesn't actually use any config defines, so it doesn't need the config.h header. This also fixes building of tools only when the tree hasn't been configured for any board. Signed-off-by: Mike Frysinger --- tools/imximage.h |2 -- 1 files changed, 0 insertions(+), 2 deletio