2012-08-05 16:07:22 +00:00
|
|
|
/*
|
2015-02-16 19:16:15 +00:00
|
|
|
* (C) Copyright 2012,2015 Stephen Warren
|
2012-08-05 16:07:22 +00:00
|
|
|
*
|
2015-02-16 19:16:13 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0
|
2012-08-05 16:07:22 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_H
|
|
|
|
#define __CONFIG_H
|
|
|
|
|
2015-07-24 07:22:11 +00:00
|
|
|
#define CONFIG_SYS_CACHELINE_SIZE 32
|
|
|
|
|
2015-02-16 19:16:15 +00:00
|
|
|
#include "rpi-common.h"
|
2012-08-05 16:07:22 +00:00
|
|
|
|
|
|
|
#endif
|