1*f1cbca2bSHatim RV /* 2*f1cbca2bSHatim RV * Copyright (C) 2012 Samsung Electronics 3*f1cbca2bSHatim RV * 4*f1cbca2bSHatim RV * Configuration settings for the SAMSUNG SMDK5250 board. 5*f1cbca2bSHatim RV * 6*f1cbca2bSHatim RV * See file CREDITS for list of people who contributed to this 7*f1cbca2bSHatim RV * project. 8*f1cbca2bSHatim RV * 9*f1cbca2bSHatim RV * This program is free software; you can redistribute it and/or 10*f1cbca2bSHatim RV * modify it under the terms of the GNU General Public License as 11*f1cbca2bSHatim RV * published by the Free Software Foundation; either version 2 of 12*f1cbca2bSHatim RV * the License, or (at your option) any later version. 13*f1cbca2bSHatim RV * 14*f1cbca2bSHatim RV * This program is distributed in the hope that it will be useful, 15*f1cbca2bSHatim RV * but WITHOUT ANY WARRANTY; without even the implied warranty of 16*f1cbca2bSHatim RV * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17*f1cbca2bSHatim RV * GNU General Public License for more details. 18*f1cbca2bSHatim RV * 19*f1cbca2bSHatim RV * You should have received a copy of the GNU General Public License 20*f1cbca2bSHatim RV * along with this program; if not, write to the Free Software 21*f1cbca2bSHatim RV * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 22*f1cbca2bSHatim RV * MA 02111-1307 USA 23*f1cbca2bSHatim RV */ 24*f1cbca2bSHatim RV 25*f1cbca2bSHatim RV #ifndef __CONFIG_SMDK_H 26*f1cbca2bSHatim RV #define __CONFIG_SMDK_H 27*f1cbca2bSHatim RV 28*f1cbca2bSHatim RV #include <configs/exynos5250-dt.h> 29*f1cbca2bSHatim RV 30*f1cbca2bSHatim RV #undef CONFIG_DEFAULT_DEVICE_TREE 31*f1cbca2bSHatim RV #define CONFIG_DEFAULT_DEVICE_TREE exynos5250-smdk5250 32*f1cbca2bSHatim RV 33*f1cbca2bSHatim RV #endif /* __CONFIG_SMDK_H */ 34