diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/10m50_devboard.h | 5 | ||||
-rw-r--r-- | include/configs/3c120_devboard.h | 5 | ||||
-rw-r--r-- | include/configs/sandbox.h | 2 | ||||
-rw-r--r-- | include/configs/udoo_neo.h | 10 | ||||
-rw-r--r-- | include/configs/x86-common.h | 2 |
5 files changed, 0 insertions, 24 deletions
diff --git a/include/configs/10m50_devboard.h b/include/configs/10m50_devboard.h index 768b4a6dfc..3ffc744928 100644 --- a/include/configs/10m50_devboard.h +++ b/include/configs/10m50_devboard.h @@ -35,11 +35,6 @@ #define CONFIG_BOOTP_BOOTFILESIZE /* - * FDT options - */ -#define CONFIG_LMB - -/* * MEMORY ORGANIZATION * -Monitor at top of sdram. * -The heap is placed below the monitor diff --git a/include/configs/3c120_devboard.h b/include/configs/3c120_devboard.h index 30bbd716b2..3f065ff315 100644 --- a/include/configs/3c120_devboard.h +++ b/include/configs/3c120_devboard.h @@ -35,11 +35,6 @@ #define CONFIG_BOOTP_BOOTFILESIZE /* - * FDT options - */ -#define CONFIG_LMB - -/* * MEMORY ORGANIZATION * -Monitor at top of sdram. * -The heap is placed below the monitor diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 6e79d3f56e..8eeccdd426 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -22,8 +22,6 @@ #define CONFIG_SYS_TIMER_RATE 1000000 #endif -#define CONFIG_LMB - #define CONFIG_HOST_MAX_DEVICES 4 /* diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 4935a2b363..b6f75c9262 100644 --- a/include/configs/udoo_neo.h +++ b/include/configs/udoo_neo.h @@ -83,14 +83,4 @@ #define CONFIG_POWER_PFUZE3000_I2C_ADDR 0x08 #define PFUZE3000_I2C_BUS 0 -/* Network */ -#define CONFIG_FEC_MXC - -#define CONFIG_FEC_ENET_DEV 0 -#define IMX_FEC_BASE ENET_BASE_ADDR -#define CONFIG_FEC_MXC_PHYADDR 0x0 - -#define CONFIG_FEC_XCV_TYPE RMII -#define CONFIG_ETHPRIME "FEC0" - #endif /* __CONFIG_H */ diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 641ed2c5ec..f186dd6b82 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -16,8 +16,6 @@ */ #define CONFIG_PHYSMEM -#define CONFIG_LMB - #define CONFIG_SYS_BOOTM_LEN (16 << 20) /* SATA AHCI storage */ |