]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm926ejs/mxs/iomux.c
config: rename CONFIG_MX* to CONFIG_SOC_MX*
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / mxs / iomux.c
index 73f1446907c90f26463c1e7702cd258551f5e33a..9285f2f6a0ec88f812c9a6dc9bfbff061b7719d2 100644 (file)
@@ -4,19 +4,7 @@
  * Copyright (C) 2009 by Jan Weitzel Phytec Messtechnik GmbH,
  *                       <armlinux@phytec.de>
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <asm/arch/iomux.h>
 #include <asm/arch/imx-regs.h>
 
-#if    defined(CONFIG_MX23)
+#if    defined(CONFIG_SOC_MX23)
 #define        DRIVE_OFFSET    0x200
 #define        PULL_OFFSET     0x400
-#elif  defined(CONFIG_MX28)
+#elif  defined(CONFIG_SOC_MX28)
 #define        DRIVE_OFFSET    0x300
 #define        PULL_OFFSET     0x600
 #else
-#error "Please select CONFIG_MX23 or CONFIG_MX28"
+#error "Please select CONFIG_SOC_MX23 or CONFIG_SOC_MX28"
 #endif
 
 /*