diff options
Diffstat (limited to 'include/configs/rpi_2.h')
-rw-r--r-- | include/configs/rpi_2.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/configs/rpi_2.h b/include/configs/rpi_2.h deleted file mode 100644 index bea4ebda7f..0000000000 --- a/include/configs/rpi_2.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * (C) Copyright 2012,2015 Stephen Warren - * - * SPDX-License-Identifier: GPL-2.0 - */ - -#ifndef __CONFIG_H -#define __CONFIG_H - -#define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BCM2836 -#define CONFIG_SYS_CACHELINE_SIZE 64 -#define CONFIG_SYS_DCACHE_OFF - -#include "rpi-common.h" - -#endif |