mx28evk: Propagate the error if cpu_eth_init() fails
[oweals/u-boot.git] / board / Marvell / include / core.h
index c41343919ec4e86553e4e84a91c57eb43668b9d0..3119d0a073e0087249107742b8f36d33027be5da 100644 (file)
@@ -91,11 +91,6 @@ extern unsigned int INTERNAL_REG_BASE_ADDR;
 #define _1G            0x40000000
 #define _2G            0x80000000
 
-#ifndef        BOOL_WAS_DEFINED
-#define BOOL_WAS_DEFINED
-typedef enum _bool{false,true} bool;
-#endif
-
 /* Little to Big endian conversion macros */
 
 #ifdef LE /* Little Endian */