ARM: bcm283x: Move BCM283x_BASE to a global variable
[platform/kernel/u-boot.git] / arch / arm / mach-bcm283x / include / mach / base.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * (C) Copyright 2019 Matthias Brugger
4  */
5
6 #ifndef _BCM283x_BASE_H_
7 #define _BCM283x_BASE_H_
8
9 extern unsigned long rpi_bcm283x_base;
10
11 #endif