ARM: zynq: Use {} around variables for qspi and nand boot cmds
[oweals/u-boot.git] / include / configs / aristainetos2.h
index 3584c27a61a81b10aead5ba32c69db9846e0a481..361e6ac65425f818cbd7f4e84be3fbd53f969c4d 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2015
  * Heiko Schocher, DENX Software Engineering, hs@denx.de.
@@ -6,8 +7,6 @@
  * Copyright (C) 2012 Freescale Semiconductor, Inc.
  *
  * Configuration settings for the Freescale i.MX6DL aristainetos2 board.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 #ifndef __ARISTAINETOS2_CONFIG_H
 #define __ARISTAINETOS2_CONFIG_H
@@ -21,9 +20,6 @@
 
 #define CONFIG_FEC_XCV_TYPE            RGMII
 
-#define CONFIG_SF_DEFAULT_BUS          3
-#define CONFIG_SF_DEFAULT_CS           1
-
 #define CONFIG_EXTRA_ENV_BOARD_SETTINGS \
        "board_type=aristainetos2_7@1\0" \
        "nor_bootdelay=-2\0" \
@@ -49,9 +45,6 @@
 #define CONFIG_LG4573_BUS 0
 #define CONFIG_LG4573_CS 0
 
-#define CONFIG_PWM_IMX
-#define CONFIG_IMX6_PWM_PER_CLK        66000000
-
 #include "aristainetos-common.h"
 
 #endif                         /* __ARISTAINETOS2_CONFIG_H */