]> git.sur5r.net Git - u-boot/blobdiff - include/configs/mv-plug-common.h
imx_lpi2c: Update lpi2c driver to support imx8
[u-boot] / include / configs / mv-plug-common.h
index 83c559ed66dcb5c5e8b7faeef444a7461d43019c..81c07a889a36b600b6b47cdde0cb27590637906b 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2009-2015
  * Marvell Semiconductor <www.marvell.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _CONFIG_MARVELL_PLUG_H
 /* Add target to build it automatically upon "make" */
 #define CONFIG_BUILD_TARGET     "u-boot.kwb"
 
-/*
- * Compression configuration
- */
-#ifdef CONFIG_SYS_MVFS
-#define CONFIG_BZIP2
-#define CONFIG_LZMA
-#endif /* CONFIG_SYS_MVFS */
-
-/*
- * Commands configuration
- */
-#define CONFIG_CMD_ENV
-#define CONFIG_CMD_IDE
-
-/*
- * Extra file system
- */
-
 /*
  * mv-common.h should be defined after CMD configs since it used them
  * to enable certain macros
@@ -48,6 +29,4 @@
 #define CONFIG_RTC_MV
 #endif /* CONFIG_CMD_DATE */
 
-#define CONFIG_SYS_ALT_MEMTEST
-
 #endif /* _CONFIG_MARVELL_PLUG_H */