diff options
author | Stephen Warren | 2013-07-24 10:09:20 -0700 |
---|---|---|
committer | Tom Rini | 2013-08-02 18:29:32 -0400 |
commit | 6e8e0311ccc78d93fef91a3c8c5ce711f5b9c6b0 (patch) | |
tree | 7d19ffff23581d11fe98953bf5a769eb28a5fd51 /board/samsung/dts | |
parent | c8391a0e926feeb55e3d9087e74f9d39b1f4ae21 (diff) |
dt: don't use ARCH_CPU_DTS
Now that we assume dtc supports the -i option, we don't need to use
ARCH_CPU_DTS in *.dts{,i}; we simply specify the include filename
directly, and dtc will find it.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/samsung/dts')
-rw-r--r-- | board/samsung/dts/exynos5250-smdk5250.dts | 2 | ||||
-rw-r--r-- | board/samsung/dts/exynos5250-snow.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/samsung/dts/exynos5250-smdk5250.dts b/board/samsung/dts/exynos5250-smdk5250.dts index 80ffe3047ab..1e94c7f82c5 100644 --- a/board/samsung/dts/exynos5250-smdk5250.dts +++ b/board/samsung/dts/exynos5250-smdk5250.dts @@ -10,7 +10,7 @@ */ /dts-v1/; -/include/ ARCH_CPU_DTS +/include/ "exynos5250.dtsi" / { model = "SAMSUNG SMDK5250 board based on EXYNOS5250"; diff --git a/board/samsung/dts/exynos5250-snow.dts b/board/samsung/dts/exynos5250-snow.dts index dca3386cf28..7832e4edda0 100644 --- a/board/samsung/dts/exynos5250-snow.dts +++ b/board/samsung/dts/exynos5250-snow.dts @@ -10,7 +10,7 @@ */ /dts-v1/; -/include/ ARCH_CPU_DTS +/include/ "exynos5250.dtsi" / { model = "Google Snow"; |