diff options
author | Simon Glass <sjg@chromium.org> | 2016-03-16 07:44:39 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-03-17 10:27:27 +0800 |
commit | 69ca6fd85091518f592344be35b92ab23dd7fc9f (patch) | |
tree | f7f703cb54040cb04d9eeb967834fb65ca079de3 /include/fdtdec.h | |
parent | 147ba41d29c4acae9194a8662ba87ab2918e6c92 (diff) | |
download | u-boot-imx-69ca6fd85091518f592344be35b92ab23dd7fc9f.zip u-boot-imx-69ca6fd85091518f592344be35b92ab23dd7fc9f.tar.gz u-boot-imx-69ca6fd85091518f592344be35b92ab23dd7fc9f.tar.bz2 |
x86: dts: Drop memory SPD compatible string
This is not needed now that the memory controller driver has the SPD data
in its own node.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/fdtdec.h')
-rw-r--r-- | include/fdtdec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index f87b5da..fb88273 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -152,7 +152,6 @@ enum fdt_compat_id { COMPAT_SAMSUNG_EXYNOS5_I2C, /* Exynos5 High Speed I2C Controller */ COMPAT_SAMSUNG_EXYNOS_SYSMMU, /* Exynos sysmmu */ COMPAT_INTEL_MICROCODE, /* Intel microcode update */ - COMPAT_MEMORY_SPD, /* Memory SPD information */ COMPAT_INTEL_PANTHERPOINT_AHCI, /* Intel Pantherpoint AHCI */ COMPAT_INTEL_MODEL_206AX, /* Intel Model 206AX CPU */ COMPAT_INTEL_GMA, /* Intel Graphics Media Accelerator */ |