Re: [U-Boot] [PATCH v2] tools/env: add posibility to inject configuration

2011-10-17 Thread Wolfgang Denk
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message <1314804368-25687-1-git-send-email-biessm...@corscience.de> you wrote: > If one wants to use fw_printenv/fw_setenv in special variants (eg compiled in > MTD parameters without configuration file) he needs to change the sources. > This patch add

Re: [U-Boot] [PATCH v2] tools/env: add posibility to inject configuration

2011-10-17 Thread Andreas Bießmann
Am 31.08.2011 17:26, schrieb Andreas Bießmann: > If one wants to use fw_printenv/fw_setenv in special variants (eg compiled in > MTD parameters without configuration file) he needs to change the sources. > This patch add the posibillity to change the behaviour of fw_printenv by > defining a specifi

[U-Boot] [PATCH v2] tools/env: add posibility to inject configuration

2011-08-31 Thread Andreas Bießmann
If one wants to use fw_printenv/fw_setenv in special variants (eg compiled in MTD parameters without configuration file) he needs to change the sources. This patch add the posibillity to change the behaviour of fw_printenv by defining a specific configuration header at compile time. Signed-off-by: