diff options
author | Simon Glass <sjg@chromium.org> | 2015-01-25 08:27:15 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-29 17:09:57 -0700 |
commit | b9749eb5e4660fa6ec85c9a16acdbf3dd6609046 (patch) | |
tree | 2c13ede31e120a796d455dab0a0db8efbce765ec /lib | |
parent | dedff1a0007525b16737328ca714cd4330100618 (diff) | |
download | u-boot-b9749eb5e4660fa6ec85c9a16acdbf3dd6609046.zip u-boot-b9749eb5e4660fa6ec85c9a16acdbf3dd6609046.tar.gz u-boot-b9749eb5e4660fa6ec85c9a16acdbf3dd6609046.tar.bz2 |
dm: exynos: Drop unused COMPAT features for SPI
This has moved to driver model so we don't need the fdtdec support.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fdtdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 21c2636..5bf8f29 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -42,7 +42,6 @@ static const char * const compat_names[COMPAT_COUNT] = { COMPAT(SAMSUNG_S3C2440_I2C, "samsung,s3c2440-i2c"), COMPAT(SAMSUNG_EXYNOS5_SOUND, "samsung,exynos-sound"), COMPAT(WOLFSON_WM8994_CODEC, "wolfson,wm8994-codec"), - COMPAT(SAMSUNG_EXYNOS_SPI, "samsung,exynos-spi"), COMPAT(GOOGLE_CROS_EC, "google,cros-ec"), COMPAT(GOOGLE_CROS_EC_KEYB, "google,cros-ec-keyb"), COMPAT(SAMSUNG_EXYNOS_EHCI, "samsung,exynos-ehci"), |