From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Fri, 30 Oct 2015 09:35:48 -0200 Subject: [U-Boot] [PATCH v4 10/16] openrisc: Use the generic bitops headers In-Reply-To: References: <1445875918-14777-1-git-send-email-fabio.estevam@freescale.com> <1445875918-14777-10-git-send-email-fabio.estevam@freescale.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 On Fri, Oct 30, 2015 at 4:23 AM, Jagan Teki wrote: >> diff --git a/arch/openrisc/include/asm/bitops.h b/arch/openrisc/include/asm/bitops.h >> index 6d0b57c..28c4658 100644 >> --- a/arch/openrisc/include/asm/bitops.h >> +++ b/arch/openrisc/include/asm/bitops.h >> @@ -12,6 +12,10 @@ >> #define PLATFORM_FFS >> #include >> > > So openrisc uses ffs.h from same arch include instead of asm-generic > true? was it complied properly? Yes, I just kept the original behaviour and added the missing bitops headers. Yes, it does build correctly: Building openrisc-generic board... text data bss dec hex filename 205571 6200 21300 233071 38e6f ./u-boot --------------------- SUMMARY ---------------------------- Boards compiled: 1 ----------------------------