]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/sh_eth.h
Fix compile warnings for const correctness
[u-boot] / drivers / net / sh_eth.h
index a13fff02c3e64c6a7455bf4a69adfd60ad4cb0c0..e153849e30e4a3922a1ad7e2ead9e370258b2ec5 100644 (file)
@@ -168,7 +168,7 @@ enum DMAC_T_BIT {
 
 /* GECMR */
 enum GECMR_BIT {
-       GECMR_1000B = 0x01, GECMR_100B = 0x40, GECMR_10B = 0x00,
+       GECMR_1000B = 0x01, GECMR_100B = 0x04, GECMR_10B = 0x00,
 };
 
 /* EDRRR*/