diff options
Diffstat (limited to 'include/configs/rpi_3.h')
-rw-r--r-- | include/configs/rpi_3.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/configs/rpi_3.h b/include/configs/rpi_3.h deleted file mode 100644 index 0dd9e7e40aa..00000000000 --- a/include/configs/rpi_3.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * (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 |