1
0
Fork 0
remarkable-uboot/include/configs/rpi_3.h

15 lines
223 B
C

/*
* (C) Copyright 2012-2016 Stephen Warren <swarren@wwwdotorg.org>
*
* SPDX-License-Identifier: GPL-2.0
*/
#ifndef __CONFIG_H
#define __CONFIG_H
#define CONFIG_SYS_CACHELINE_SIZE 64
#include "rpi-common.h"
#endif