]> git.sur5r.net Git - u-boot/blobdiff - include/configs/evb_rk3399.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / include / configs / evb_rk3399.h
index 047850a8f952c9c0832af396ab4c9ea453406ff3..a99eeab484434b4fae55a81ae9b8e9e3ab6c9d80 100644 (file)
@@ -1,7 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2016 Rockchip Electronics Co., Ltd
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #ifndef __EVB_RK3399_H
@@ -9,18 +8,8 @@
 
 #include <configs/rk3399_common.h>
 
-#define CONFIG_ENV_IS_IN_MMC
-#define CONFIG_SYS_MMC_ENV_DEV 0
-/*
- * SPL @ 32k for ~36k
- * ENV @ 96k
- * u-boot @ 128K
- */
-#define CONFIG_ENV_OFFSET (96 * 1024)
+#define CONFIG_SYS_MMC_ENV_DEV 1
 
 #define SDRAM_BANK_SIZE                        (2UL << 30)
 
-#define CONFIG_SYS_WHITE_ON_BLACK
-#define CONFIG_CONSOLE_SCROLL_LINES            10
-
 #endif