X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvendorcode%2Famd%2Fcimx%2Fsb800%2FECfanc.c;h=44d13006262e983cbb6cacda4304ccce629634d0;hb=ecab12a09e9d38e8e6f6ce5079fbf740d2cde1a5;hp=0b198c863e3f5d6b1d7aec4e04ae63ee56450447;hpb=7917f430b2e2cffc806ccdac6df35d265853a687;p=coreboot.git diff --git a/src/vendorcode/amd/cimx/sb800/ECfanc.c b/src/vendorcode/amd/cimx/sb800/ECfanc.c index 0b198c863..44d130062 100644 --- a/src/vendorcode/amd/cimx/sb800/ECfanc.c +++ b/src/vendorcode/amd/cimx/sb800/ECfanc.c @@ -31,7 +31,7 @@ * * */ -UINT8 FunctionNumber[] = +const static UINT8 FunctionNumber[] = { Fun_81, Fun_83, @@ -46,7 +46,7 @@ UINT8 FunctionNumber[] = * * */ -UINT8 MaxZone[] = +const static UINT8 MaxZone[] = { 4, 4, @@ -61,7 +61,7 @@ UINT8 MaxZone[] = * * */ -UINT8 MaxRegister[] = +const static UINT8 MaxRegister[] = { MSG_REG9, MSG_REGB,