From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v7 01/21] include: Add log2 header from the kernel
Date: Thu, 5 Nov 2015 20:40:31 -0500 [thread overview]
Message-ID: <20151106014031.GC8499@bill-the-cat> (raw)
In-Reply-To: <CAOMZO5DVArteToa4m1SSEgKN1ZtGghEz1=9pBdJFEzLnYqPLbQ@mail.gmail.com>
On Thu, Nov 05, 2015 at 06:07:00PM -0200, Fabio Estevam wrote:
> On Thu, Nov 5, 2015 at 5:10 PM, Tom Rini <trini@konsulko.com> wrote:
>
> > I can fix this much locally. sandbox fails to build at the end:
> > +(sandbox) ../arch/sandbox/include/asm/types.h:53:23: error:
> > ?CONFIG_SANDBOX_BITS_PER_LONG? undeclared (first use in this function)
>
> Ok, here is the fix on top of patch 18:
>
> --- a/drivers/mtd/mtdcore.c
> +++ b/drivers/mtd/mtdcore.c
> @@ -28,10 +28,10 @@
> #include <linux/slab.h>
> #else
> #include <linux/err.h>
> -#include <linux/log2.h>
> #include <ubi_uboot.h>
> #endif
>
> +#include <linux/log2.h>
> #include <linux/mtd/mtd.h>
> #include <linux/mtd/partitions.h>
>
> Thanks!
OK, we're good. I'll queue up and push things for real in the morning.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151105/02e685cf/attachment.sig>
next prev parent reply other threads:[~2015-11-06 1:40 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-05 14:43 [U-Boot] [PATCH v7 01/21] include: Add log2 header from the kernel Fabio Estevam
2015-11-05 14:43 ` [U-Boot] [PATCH v7 02/21] include: Add generic bitops headers Fabio Estevam
2015-11-06 12:22 ` Tom Rini
2015-12-01 17:26 ` York Sun
2015-12-01 20:01 ` Simon Glass
2015-11-05 14:43 ` [U-Boot] [PATCH v7 03/21] ARM: Use the " Fabio Estevam
2015-11-06 12:22 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 04/21] x86: " Fabio Estevam
2015-11-06 12:22 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 05/21] m68k: " Fabio Estevam
2015-11-06 12:23 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 06/21] blackfin: " Fabio Estevam
2015-11-06 12:23 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 07/21] sh: " Fabio Estevam
2015-11-06 12:23 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 08/21] microblaze: " Fabio Estevam
2015-11-06 12:23 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 09/21] sandbox: " Fabio Estevam
2015-11-06 12:23 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 10/21] sparc: " Fabio Estevam
2015-11-06 12:23 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 11/21] openrisc: " Fabio Estevam
2015-11-06 12:23 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 12/21] nds32: " Fabio Estevam
2015-11-06 12:23 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 13/21] nios2: " Fabio Estevam
2015-11-06 12:23 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 14/21] mips: " Fabio Estevam
2015-11-06 12:23 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 15/21] arc: " Fabio Estevam
2015-11-06 12:23 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 16/21] avr32: " Fabio Estevam
2015-11-06 12:24 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 17/21] bitops: Add fls_long and __ffs64 Fabio Estevam
2015-11-06 12:24 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 18/21] compat: Remove is_power_of_2() definition Fabio Estevam
2015-11-06 12:24 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 19/21] powerpc: Remove __ilog2_u64 and ffs4 from bitops Fabio Estevam
2015-11-06 12:24 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 20/21] sf: Add SPI protection mechanism from the kernel Fabio Estevam
2015-11-06 12:24 ` Tom Rini
2015-11-05 14:43 ` [U-Boot] [PATCH v7 21/21] sf: Add SPI NOR protection mechanism Fabio Estevam
2015-11-06 12:24 ` Tom Rini
2015-11-11 0:09 ` Simon Glass
2015-11-11 0:29 ` Tom Rini
2015-11-11 0:51 ` Fabio Estevam
2015-11-11 2:56 ` Simon Glass
2015-11-11 9:43 ` Fabio Estevam
2015-11-11 16:25 ` Jagan Teki
2015-11-13 9:20 ` Bin Meng
2015-11-11 14:04 ` Fabio Estevam
2015-11-13 10:41 ` Bin Meng
2015-11-16 1:34 ` Simon Glass
2015-11-16 1:58 ` Tom Rini
2015-11-16 21:07 ` Simon Glass
2015-11-17 6:43 ` Jagan Teki
2015-11-16 20:57 ` Fabio Estevam
2015-11-05 15:51 ` [U-Boot] [PATCH v7 01/21] include: Add log2 header from the kernel Tom Rini
2015-11-05 15:51 ` Fabio Estevam
2015-11-05 16:35 ` Tom Rini
2015-11-05 17:53 ` Fabio Estevam
2015-11-05 19:10 ` Tom Rini
2015-11-05 20:07 ` Fabio Estevam
2015-11-06 1:40 ` Tom Rini [this message]
2015-11-06 11:08 ` Fabio Estevam
2015-11-06 12:22 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151106014031.GC8499@bill-the-cat \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox