summaryrefslogtreecommitdiff
path: root/include/configs/M5235EVB.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/M5235EVB.h')
-rw-r--r--include/configs/M5235EVB.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/configs/M5235EVB.h b/include/configs/M5235EVB.h
index 57328c6269..57bc57817d 100644
--- a/include/configs/M5235EVB.h
+++ b/include/configs/M5235EVB.h
@@ -33,9 +33,6 @@
#define CONFIG_BOOTP_GATEWAY
#define CONFIG_BOOTP_HOSTNAME
-/* Command line configuration */
-#define CONFIG_CMD_PCI
-
#define CONFIG_MCFFEC
#ifdef CONFIG_MCFFEC
# define CONFIG_MII 1
@@ -179,7 +176,7 @@
#define LDS_BOARD_TEXT \
. = DEFINED(env_offset) ? env_offset : .; \
- common/env_embedded.o (.text);
+ env/embedded.o(.text);
#ifdef NORFLASH_PS32BIT
# define CONFIG_ENV_OFFSET (0x8000)