diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/am335x_shc.h | 2 | ||||
-rw-r--r-- | include/configs/ls1021aiot.h | 2 | ||||
-rw-r--r-- | include/configs/s32v234evb.h | 1 | ||||
-rw-r--r-- | include/configs/snapper9g45.h | 2 | ||||
-rw-r--r-- | include/configs/tegra-common-post.h | 2 | ||||
-rw-r--r-- | include/configs/xtfpga.h | 5 |
6 files changed, 3 insertions, 11 deletions
diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h index e2d329acab..699afd6e08 100644 --- a/include/configs/am335x_shc.h +++ b/include/configs/am335x_shc.h @@ -253,8 +253,6 @@ #undef CONFIG_TIMER #endif -#define CONFIG_CMD_DHCP -#define CONFIG_CMD_PING #define CONFIG_DRIVER_TI_CPSW #define CONFIG_MII #define CONFIG_BOOTP_DEFAULT diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index 0d5ee19a38..58c71dffa5 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -192,8 +192,6 @@ #define CONFIG_PCI_SCAN_SHOW #endif -#define CONFIG_CMD_PING -#define CONFIG_CMD_DHCP #define CONFIG_CMD_MII #define CONFIG_CMDLINE_TAG diff --git a/include/configs/s32v234evb.h b/include/configs/s32v234evb.h index a897bf77ed..e5b3d6c57c 100644 --- a/include/configs/s32v234evb.h +++ b/include/configs/s32v234evb.h @@ -84,7 +84,6 @@ #if 0 /* Ethernet config */ -#define CONFIG_CMD_PING #define CONFIG_CMD_MII #define CONFIG_FEC_MXC #define CONFIG_MII diff --git a/include/configs/snapper9g45.h b/include/configs/snapper9g45.h index 0fd43f8c5c..e326ccc983 100644 --- a/include/configs/snapper9g45.h +++ b/include/configs/snapper9g45.h @@ -116,8 +116,6 @@ #define CONFIG_SYS_MALLOC_LEN (1 << 20) /* Command line configuration */ -#define CONFIG_CMD_PING -#define CONFIG_CMD_DHCP #define CONFIG_CMD_MII #define CONFIG_CMD_MMC #define CONFIG_CMD_CACHE diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h index aea8f1fb8e..3eb9dd2af9 100644 --- a/include/configs/tegra-common-post.h +++ b/include/configs/tegra-common-post.h @@ -11,7 +11,7 @@ /* * Size of malloc() pool */ -#ifdef CONFIG_USB_FUNCTION_DFU +#ifdef CONFIG_DFU_OVER_USB #define CONFIG_SYS_MALLOC_LEN (SZ_4M + \ CONFIG_SYS_DFU_DATA_BUF_SIZE + \ CONFIG_SYS_DFU_MAX_FILE_SIZE) diff --git a/include/configs/xtfpga.h b/include/configs/xtfpga.h index 79cc1e8fc1..496f3772d5 100644 --- a/include/configs/xtfpga.h +++ b/include/configs/xtfpga.h @@ -98,9 +98,8 @@ #define CONFIG_SYS_MEMORY_SIZE CONFIG_SYS_SDRAM_SIZE #endif -#define CONFIG_SYS_MEMORY_TOP MEMADDR(CONFIG_SYS_MEMORY_SIZE) -#define CONFIG_SYS_TEXT_ADDR \ - (CONFIG_SYS_MEMORY_TOP - CONFIG_SYS_MONITOR_LEN) +#define XTENSA_SYS_TEXT_ADDR \ + (MEMADDR(CONFIG_SYS_MEMORY_SIZE) - CONFIG_SYS_MONITOR_LEN) /* Used by tftpboot; env var 'loadaddr' */ #define CONFIG_SYS_LOAD_ADDR MEMADDR(0x02000000) |