blob: 0917e865086430ebb27f78a2235d770f85c3c2b7 [file] [log] [blame]
Stephen Warrendc7ea682015-02-16 12:16:15 -07001/*
2 * (C) Copyright 2012,2015 Stephen Warren
3 *
4 * SPDX-License-Identifier: GPL-2.0
5 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
10#define CONFIG_SKIP_LOWLEVEL_INIT
Alexander Stein50e81842015-07-24 09:22:11 +020011#define CONFIG_SYS_CACHELINE_SIZE 64
Stephen Warrendc7ea682015-02-16 12:16:15 -070012
13#include "rpi-common.h"
14
15#endif