[U-Boot] [PATCH 2/2] BC3450 board: Remove unused CONFIG_SYS_CPU definition

Wolfgang Denk wd at denx.de
Sun Jul 22 10:03:15 CEST 2012


This fixes:
cmd_bc3450.c:55:0: warning: "CONFIG_SYS_CPU" redefined [enabled by default]

Signed-off-by: Wolfgang Denk <wd at denx.de>
Cc: Detlev Zundel <dzu at denx.de>
---
 board/bc3450/cmd_bc3450.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/board/bc3450/cmd_bc3450.c b/board/bc3450/cmd_bc3450.c
index 935769b..fefffc3 100644
--- a/board/bc3450/cmd_bc3450.c
+++ b/board/bc3450/cmd_bc3450.c
@@ -45,7 +45,6 @@
 #define THERM_WRITE_TL		0x02
 #define THERM_WRITE_TH		0x01
 
-#define CONFIG_SYS_CPU			2
 #define CONFIG_SYS_1SHOT		1
 #define CONFIG_SYS_STANDALONE		0
 
-- 
1.7.10.4



More information about the U-Boot mailing list