From mboxrd@z Thu Jan 1 00:00:00 1970 From: B.R. Oake Date: Wed, 07 Jan 2015 16:52:58 +0000 Subject: [U-Boot] u-boot on raspberry pi with fw_printenv/fw_setenv In-Reply-To: <20150107121743.GK5040@waldemar-brodkorb.de> References: <20150106120848.GH5040@waldemar-brodkorb.de> <54AC14A6.2090102@openmailbox.org> <20150107121743.GK5040@waldemar-brodkorb.de> Message-ID: <54AD646A.1070101@openmailbox.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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.