···917917 select CLKSRC_MMIO918918 select GENERIC_CLOCKEVENTS919919 select HAVE_CLK920920+ select NO_MACH_MEMORY_H920921 help921922 Support for ST's SPEAr platform (SPEAr3xx, SPEAr6xx and SPEAr13xx).922923
-19
arch/arm/mach-spear3xx/include/mach/memory.h
···11-/*22- * arch/arm/mach-spear3xx/include/mach/memory.h33- *44- * Memory map for SPEAr3xx machine family55- *66- * Copyright (C) 2009 ST Microelectronics77- * Viresh Kumar<viresh.kumar@st.com>88- *99- * This file is licensed under the terms of the GNU General Public1010- * License version 2. This program is licensed "as is" without any1111- * warranty of any kind, whether express or implied.1212- */1313-1414-#ifndef __MACH_MEMORY_H1515-#define __MACH_MEMORY_H1616-1717-#include <plat/memory.h>1818-1919-#endif /* __MACH_MEMORY_H */
-19
arch/arm/mach-spear6xx/include/mach/memory.h
···11-/*22- * arch/arm/mach-spear6xx/include/mach/memory.h33- *44- * Memory map for SPEAr6xx machine family55- *66- * Copyright (C) 2009 ST Microelectronics77- * Rajeev Kumar<rajeev-dlh.kumar@st.com>88- *99- * This file is licensed under the terms of the GNU General Public1010- * License version 2. This program is licensed "as is" without any1111- * warranty of any kind, whether express or implied.1212- */1313-1414-#ifndef __MACH_MEMORY_H1515-#define __MACH_MEMORY_H1616-1717-#include <plat/memory.h>1818-1919-#endif /* __MACH_MEMORY_H */
-20
arch/arm/plat-spear/include/plat/memory.h
···11-/*22- * arch/arm/plat-spear/include/plat/memory.h33- *44- * Memory map for SPEAr platform55- *66- * Copyright (C) 2009 ST Microelectronics77- * Viresh Kumar<viresh.kumar@st.com>88- *99- * This file is licensed under the terms of the GNU General Public1010- * License version 2. This program is licensed "as is" without any1111- * warranty of any kind, whether express or implied.1212- */1313-1414-#ifndef __PLAT_MEMORY_H1515-#define __PLAT_MEMORY_H1616-1717-/* Physical DRAM offset */1818-#define PLAT_PHYS_OFFSET UL(0x00000000)1919-2020-#endif /* __PLAT_MEMORY_H */