From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 5 Sep 2015 14:51:37 +0200 Subject: [U-Boot] [PATCH v2 7/8] nios2: show fdt blob address in board info command In-Reply-To: <55EA597C.3050809@wytron.com.tw> References: <1441336526-23505-1-git-send-email-thomas@wytron.com.tw> <201509041601.52810.marex@denx.de> <55EA597C.3050809@wytron.com.tw> Message-ID: <201509051451.37346.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Saturday, September 05, 2015 at 04:54:52 AM, Thomas Chou wrote: > Hi Marek, Hi, > On 09/04/2015 10:01 PM, Marek Vasut wrote: > >> + print_num("fdt_blob", (ulong)gd->fdt_blob); > > > > I think this will not work on 64bit machines. > > I'd agree that it won't work on 64bits machines, but it is enough for a > soft-core 32btis fpga processor. :) That's a common code you're modifying, so it has to be done right, sorry, this patch cannot be accepted in this form. Best regards, Marek Vasut