]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/rpi.h
stm32: stm32_flash: add memory barrier during flash write
[people/ms/u-boot.git] / include / configs / rpi.h
CommitLineData
0d04f34a 1/*
46414296 2 * (C) Copyright 2012,2015 Stephen Warren
0d04f34a 3 *
a033171b 4 * SPDX-License-Identifier: GPL-2.0
0d04f34a
SW
5 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
060f9bf5
AS
10#define CONFIG_SYS_CACHELINE_SIZE 32
11
46414296 12#include "rpi-common.h"
0d04f34a 13
0d04f34a 14#endif