Path: blob/master/arch/arm/mach-mxs/include/mach/memory.h
10820 views
/*1* Copyright (C) 2009-2010 Freescale Semiconductor, Inc. All Rights Reserved.2*3* This program is free software; you can redistribute it and/or modify4* it under the terms of the GNU General Public License as published by5* the Free Software Foundation; either version 2 of the License, or6* (at your option) any later version.7*8* This program is distributed in the hope that it will be useful,9* but WITHOUT ANY WARRANTY; without even the implied warranty of10* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the11* GNU General Public License for more details.12*13* You should have received a copy of the GNU General Public License along14* with this program; if not, write to the Free Software Foundation, Inc.,15* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.16*/1718#ifndef __MACH_MXS_MEMORY_H__19#define __MACH_MXS_MEMORY_H__2021#define PHYS_OFFSET UL(0x40000000)2223#endif /* __MACH_MXS_MEMORY_H__ */242526