X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fddr_spd.c;h=7a388bb9fa10ac03915224110ebef119d9ae83e3;hb=7ad2cc7964d37f3a444a0472bbccda487d51c7f6;hp=a7a30de22bb567777f600f00e0b9d670523a316e;hpb=1a1e6bf12b3155f47d2661793ceee3daded0d937;p=karo-tx-uboot.git diff --git a/common/ddr_spd.c b/common/ddr_spd.c index a7a30de22b..7a388bb9fa 100644 --- a/common/ddr_spd.c +++ b/common/ddr_spd.c @@ -18,7 +18,7 @@ spd_check(const u8 *buf, u8 spd_rev, u8 spd_cksum) /* * Check SPD revision supported - * Rev 1.2 or less supported by this code + * Rev 1.X or less supported by this code */ if (spd_rev >= 0x20) { printf("SPD revision %02X not supported by this code\n",