We move the per SOC define BCM283x_BASE to a global variable.
This is a first step to provide a single binary for several bcm283x
SoCs.
Change-Id: If32915d693b26e9d3ddbbddbcac004140623afd0
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
unsigned long rpi_bcm283x_base = 0x3f000000;
+unsigned long rpi_bcm283x_base;
+
int arch_cpu_init(void)
{
icache_enable();
#endif
/* Tizen Specific configuration for RPI */
#include <samsung/tizen_rpi.h>
+#ifndef __ASSEMBLY__
+#include <asm/arch/base.h>
+#endif
#if defined(CONFIG_TARGET_RPI_2) || defined(CONFIG_TARGET_RPI_3_32B)
#define CONFIG_SKIP_LOWLEVEL_INIT