diff options
author | Simon Glass <sjg@chromium.org> | 2016-06-19 17:33:11 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-11 14:06:44 -0600 |
commit | 6cd2602d61fc4bc172fd99dcbe9b930428992331 (patch) | |
tree | 7de139f4d56da43d26369f2fddde8f70e7612d69 /include | |
parent | ec3cde1e832067352532013988f4590c2f2f6c4f (diff) | |
download | u-boot-6cd2602d61fc4bc172fd99dcbe9b930428992331.zip u-boot-6cd2602d61fc4bc172fd99dcbe9b930428992331.tar.gz u-boot-6cd2602d61fc4bc172fd99dcbe9b930428992331.tar.bz2 |
x86: fdt: Drop the unused compatible strings in fdtdec
We have drivers for several more devices now, so drop the strings which are
no-longer used.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/fdtdec.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index 05d70c4..422a155 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -149,14 +149,9 @@ 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_INTEL_PANTHERPOINT_AHCI, /* Intel Pantherpoint AHCI */ - COMPAT_INTEL_MODEL_206AX, /* Intel Model 206AX CPU */ - COMPAT_INTEL_GMA, /* Intel Graphics Media Accelerator */ COMPAT_AMS_AS3722, /* AMS AS3722 PMIC */ - COMPAT_INTEL_ICH_SPI, /* Intel ICH7/9 SPI controller */ COMPAT_INTEL_QRK_MRC, /* Intel Quark MRC */ COMPAT_SOCIONEXT_XHCI, /* Socionext UniPhier xHCI */ - COMPAT_INTEL_PCH, /* Intel PCH */ COMPAT_ALTERA_SOCFPGA_DWMAC, /* SoCFPGA Ethernet controller */ COMPAT_ALTERA_SOCFPGA_DWMMC, /* SoCFPGA DWMMC controller */ COMPAT_ALTERA_SOCFPGA_DWC2USB, /* SoCFPGA DWC2 USB controller */ |