From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Wed, 7 Oct 2015 10:54:00 -0700 Subject: [U-Boot] [PATCH] imximage: fix commands other than write_data In-Reply-To: <56150A83.3000000@denx.de> References: <1442279191-6615-1-git-send-email-troy.kisky@boundarydevices.com> <56150A83.3000000@denx.de> Message-ID: <56155C38.2010903@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/7/2015 5:05 AM, Stefano Babic wrote: > Hi Troy, > > On 15/09/2015 03:06, Troy Kisky wrote: >> When CHECK_BITS_SET was added, they forgot to add >> a new command table, and instead overwrote the >> previous table. >> >> Signed-off-by: Troy Kisky >> >> --- > > Applied to u-boot-imx (fix), thanks ! > > Best regards, > Stefano Babic > Could someone verify that one of the following boards still boot with this patch? colibri_vf_dtb mx6sabresd_spl colibri_vf vf610twr cm_fx6 vf610twr_nand mx6cuboxi Just in case the ROM has a need for a non-empty DCD table. Thanks Troy