mirror of
https://xff.cz/git/u-boot/
synced 2025-12-25 18:39:11 +01:00
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Reviewed-by: Tom Rini <trini@konsulko.com>
15 lines
199 B
C
15 lines
199 B
C
/*
|
|
* (C) Copyright 2012,2015 Stephen Warren
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0
|
|
*/
|
|
|
|
#ifndef __CONFIG_H
|
|
#define __CONFIG_H
|
|
|
|
#define CONFIG_SYS_CACHELINE_SIZE 32
|
|
|
|
#include "rpi-common.h"
|
|
|
|
#endif
|