]> Git Repo - J-u-boot.git/blobdiff - include/configs/pcm058.h
Convert CONFIG_MII et al to Kconfig
[J-u-boot.git] / include / configs / pcm058.h
index 3b8239052eb78e78942192030db46f14c5251891..49048c163fd7bdcf441fdb8e3c74703b89a350b6 100644 (file)
@@ -1,7 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) Stefano Babic <[email protected]>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 
@@ -33,7 +32,6 @@
 
 /* Ethernet */
 #define CONFIG_FEC_MXC
-#define CONFIG_MII
 #define IMX_FEC_BASE                   ENET_BASE_ADDR
 #define CONFIG_FEC_XCV_TYPE            RGMII
 #define CONFIG_ETHPRIME                        "FEC"
 /* DMA stuff, needed for GPMI/MXS NAND support */
 
 /* Filesystem support */
-#define CONFIG_MTD_PARTITIONS
-#define CONFIG_MTD_DEVICE
 
 /* Physical Memory Map */
-#define CONFIG_NR_DRAM_BANKS           1
 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
 
 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM
This page took 0.027526 seconds and 4 git commands to generate.