]> git.sur5r.net Git - u-boot/blobdiff - include/configs/dragonboard820c.h
ARM: socfpga: Adding clock frequency info for U-Boot
[u-boot] / include / configs / dragonboard820c.h
index 669cbac4152e34538e8b0300ddbe4bd5e024eaf6..12ae6bc8843ff069fcbe0ee081b30a8304c88362 100644 (file)
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Board configuration file for Dragonboard 410C
  *
  * (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __CONFIGS_DRAGONBOARD820C_H
@@ -36,7 +35,6 @@
 #define CONFIG_BOOTP_BOOTFILESIZE
 
 #ifndef CONFIG_SPL_BUILD
-#include <config_distro_defaults.h>
 #include <config_distro_bootcmd.h>
 #endif
 
@@ -57,7 +55,6 @@
        BOOTENV
 
 #define CONFIG_ENV_SIZE                        0x4000
-#define CONFIG_ENV_VARS_UBOOT_CONFIG
 
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + SZ_8M)