]> git.sur5r.net Git - u-boot/blobdiff - include/configs/dragonboard820c.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / include / configs / dragonboard820c.h
index e28a956e92001795e31f0b04cf8f37387f3c2286..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
@@ -24,7 +23,6 @@
 #define PHYS_SDRAM_2_SIZE              0x5ea4ffff
 
 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM_1
-#define CONFIG_SYS_TEXT_BASE           0x80080000
 #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_SDRAM_BASE + 0x7fff0)
 #define CONFIG_SYS_LOAD_ADDR           (CONFIG_SYS_SDRAM_BASE + 0x80000)
 #define CONFIG_SYS_BOOTM_LEN           SZ_64M
 /* Generic Timer Definitions */
 #define COUNTER_FREQUENCY              19000000
 
-/* Partition table support */
-#define HAVE_BLOCK_DEVICE
-
 /* BOOTP options */
 #define CONFIG_BOOTP_BOOTFILESIZE
 
 #ifndef CONFIG_SPL_BUILD
-#include <config_distro_defaults.h>
 #include <config_distro_bootcmd.h>
 #endif
 
@@ -61,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)