From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 04 Apr 2007 08:22:10 -0400 Subject: [U-Boot-Users] Warning for mpc8360emds users: fdt-cmd from u-boot-fdt.git In-Reply-To: <46137B17.4050104@gmail.com> References: <20070403235037.B677E352676@atlas.denx.de> <46137B17.4050104@gmail.com> Message-ID: <46139872.5020707@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jerry Van Baren wrote: >> Wolfgang Denk wrote: [snip] >> Pulled, and cleaned up. Please be a bit more careful about the coding >> style. >> >> Best regards, >> >> Wolfgang Denk > > Looking good. Thanks for the quick pull, git is GREAT! > > Sorry about the coding style violations. :-( > > Best regards, > gvb Note that my patch enables CONFIG_OF_LIBFDT in include/configs/MPC8360EMDS.h As a result, if you pull an update from the master u-boot repository, you will get the new fdt command, libfdt support, *and modified bootm* command. While this shouldn't be a bad thing, it *is not* backward compatible with CONFIG_OF_FLAT_TREE. This was sloppy on my part and I apologize in advance for any confusion this may cause. Please take this opportunity to generate improvement patches, rather than invectives toward myself. ;-) Best regards, gvb