All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] dragonboard410c: Add CONFIG_SYS_CACHELINE_SIZE
Date: Mon, 11 Apr 2016 23:09:24 +0200	[thread overview]
Message-ID: <570C1284.2@denx.de> (raw)
In-Reply-To: <1460407546-31822-1-git-send-email-mateusz.kulikowski@gmail.com>

On 04/11/2016 10:45 PM, Mateusz Kulikowski wrote:
> Add missing define to board header file.
> 
> Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>

Acked-by: Marek Vasut <marex@denx.de>

> ---
> This patch fixes issue with efi_runtime patch:
> http://lists.denx.de/pipermail/u-boot/2016-April/251121.html
> 
>  include/configs/dragonboard410c.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h
> index a63440f..26f95a7 100644
> --- a/include/configs/dragonboard410c.h
> +++ b/include/configs/dragonboard410c.h
> @@ -27,6 +27,8 @@
>  #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x80000)
>  #define CONFIG_SYS_BOOTM_LEN		0x1000000 /* 16MB max kernel size */
>  
> +#define CONFIG_SYS_CACHELINE_SIZE	64
> +
>  /* UART */
>  #define CONFIG_BAUDRATE			115200
>  
> 


-- 
Best regards,
Marek Vasut

  reply	other threads:[~2016-04-11 21:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-11 20:45 [U-Boot] [PATCH] dragonboard410c: Add CONFIG_SYS_CACHELINE_SIZE Mateusz Kulikowski
2016-04-11 21:09 ` Marek Vasut [this message]
2016-04-12 13:02 ` Andreas Färber
2016-04-21 11:22 ` [U-Boot] " 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=570C1284.2@denx.de \
    --to=marex@denx.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.