Am 11.04.2016 um 22:45 schrieb Mateusz Kulikowski:
> Add missing define to board header file.
> 
> Signed-off-by: Mateusz Kulikowski <mateusz.kulikow...@gmail.com>
> ---
> 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

I had tested a similar patch, so

Reviewed-by: Andreas Färber <afaer...@suse.de>

Thanks,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to