]> git.sur5r.net Git - u-boot/blobdiff - include/configs/evb_rk3399.h
Inherit default value for bootdelay from distro_bootcmd on odroid-xu3.
[u-boot] / include / configs / evb_rk3399.h
index b9fd5b417a7528256bcd6dd03a9a4f598a7fa8ac..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,14 +8,7 @@
 
 #include <configs/rk3399_common.h>
 
-#define CONFIG_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV 1
-/*
- * SPL @ 32k for ~36k
- * ENV @ 96k
- * u-boot @ 128K
- */
-#define CONFIG_ENV_OFFSET (96 * 1024)
 
 #define SDRAM_BANK_SIZE                        (2UL << 30)