From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcus Comstedt Date: Thu, 18 Jul 2019 13:27:00 +0200 Subject: [U-Boot] [PATCH] riscv: tools: Fix prelink-riscv to work on big endian hosts In-Reply-To: (Rick Chen's message of "Thu, 18 Jul 2019 14:13:19 +0800") References: <20190715123615.41653-1-marcus@mc.pp.se> <752D002CFF5D0F4FA35C0100F1D73F3FA40E1BA6@ATCPCS16.andestech.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Rick, Rick Chen writes: > Nitpick: #undef lenn_to_cpu at the end of prelink-riscv.inc. > > Other than that, > Reviewed-by: Rick Chen Thanks for reviewing! Should I post a new version of the patch which adds the missing #undef? In the meantime I have also implemented support for big endian ELFs if there is interest. :-D // Marcus