]> git.sur5r.net Git - u-boot/blobdiff - include/configs/dragonboard820c.h
Remove config_distro_defaults.h
[u-boot] / include / configs / dragonboard820c.h
index e28a956e92001795e31f0b04cf8f37387f3c2286..d62c0321b0e1c98bc92481a488049d0c99314ed7 100644 (file)
@@ -24,7 +24,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 +56,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)