From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Thu, 25 Jan 2007 14:36:52 -0600 Subject: [U-Boot-Users] [PATCH] Abort booting if the DTB version is incompatible In-Reply-To: <20070125203507.32DEA352B48@atlas.denx.de> References: <20070125203507.32DEA352B48@atlas.denx.de> Message-ID: <45B914E4.2040301@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <11697416301544-git-send-email-timur@freescale.com> you wrote: >> U-Boot only supports version 16 of the device tree file format, although some >> versions of the device tree compiler generate version 3 by default. With >> this patch, U-Boot now checks the version number and aborts the boot process >> if the version of the device tree passed on the bootm command line is not >> compatible. > > Is there a differnce between your two submissions of the same (?) > patch? No. Sorry about that - I didn't intend to send it twice.