Re: [U-Boot] [PATCH] Only build fw_printenv if we have mtd/mtd-user.h

2011-04-12 Thread Loïc Minier
On Tue, Apr 12, 2011, Wolfgang Denk wrote: > I understand thi is just a RFC, not a patch (yet) intended for > inclusion? [In that case it would miss your SoB line...] Correct! was just a RFC (albeit I did include it in the Debian packaging for now, until we have an upstreamable way of doing it)

Re: [U-Boot] [PATCH] Only build fw_printenv if we have mtd/mtd-user.h

2011-04-12 Thread Wolfgang Denk
Dear =?UTF-8?q?Lo=C3=AFc=20Minier?=, In message <1297120981-29885-1-git-send-email-loic.min...@linaro.org> you wrote: > mtd/mtd-user.h is missing on FreeBSD hosts; add a macro to test whether > a specific host header is present and use it to decide to build > fw_printenv if mtd/mtd-user.h is prese

[U-Boot] [PATCH] Only build fw_printenv if we have mtd/mtd-user.h

2011-02-07 Thread Loïc Minier
mtd/mtd-user.h is missing on FreeBSD hosts; add a macro to test whether a specific host header is present and use it to decide to build fw_printenv if mtd/mtd-user.h is present. --- How about this approach? If it's ok, then I could extend it to handle the MTD_VERSION=old case as well, perhaps