From f90dc43fd67eea71124b999a7d5e617d0d86795b Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Mon, 10 Aug 2009 16:40:55 -0500 Subject: 85xx: Removed BEDBUG support from FSL 85xx boards For some reason the MPC8544 enabled BEDBUG if PCI was enabled and that got copied int the MPC8536, MPC8572 and P2020 DS boards. The BEDBUG support has never been made to work completely on e500/85xx so we just disable it to save space and match the other FSL 85xx boards. Signed-off-by: Kumar Gala --- include/configs/P2020DS.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/P2020DS.h') diff --git a/include/configs/P2020DS.h b/include/configs/P2020DS.h index 5c2c5cb32..ad24e0c88 100644 --- a/include/configs/P2020DS.h +++ b/include/configs/P2020DS.h @@ -614,7 +614,6 @@ extern unsigned long calculate_board_ddr_clk(unsigned long dummy); #if defined(CONFIG_PCI) #define CONFIG_CMD_PCI -#define CONFIG_CMD_BEDBUG #define CONFIG_CMD_NET #define CONFIG_CMD_SCSI #define CONFIG_CMD_EXT2 -- cgit v1.2.3