serial: Convert ARC_SERIAL to Kconfig
[oweals/u-boot.git] / include / configs / rock2.h
index ec555dd9667b274193a2c520ca8c8c24789c772f..917caf4d53a502879b1732e7a1709192e3c7eb81 100644 (file)
@@ -1,7 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2015 Google, Inc
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #ifndef __CONFIG_H
@@ -14,9 +13,6 @@
 
 #include <configs/rk3288_common.h>
 
-#define CONFIG_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV 0
 
-#define CONFIG_SYS_WHITE_ON_BLACK
-
 #endif