
7 Jan
2015
7 Jan
'15
5:52 p.m.
On 07/01/15 12:17, Waldemar Brodkorb wrote:
Thanks a lot! This helps. Maybe an additional example in fw_env.config would avoid another question about this in the future ;)
I agree; thank you for volunteering to do that work ;) The guide to submitting patches is at http://www.denx.de/wiki/U-Boot/Patches
BTW: I needed a small path to let fw_printenv compiled: [...] +#include <generated/autoconf.h>
Yes I also encountered a similar undefined macro error and used the same way to get it to build, but I'm not sure if it's the right way. It's come up before on the list before:
http://lists.denx.de/pipermail/u-boot/2014-December/197544.html
A different solution was suggested there, but again it's not confirmed yet whether it's the right way.
Cheers, B.R.