diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-07 22:01:50 -0600 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-10-08 17:25:47 +0900 |
commit | 311757be275c1d592ff357e9faedca4c967a3064 (patch) | |
tree | 45366e5bf7c5dc072d2b0c3e071229b1b3186ac2 /arch/arm/dts/Makefile | |
parent | 1d5511000367e94d5edce7d9c3720bd9097912a7 (diff) | |
download | u-boot-imx-311757be275c1d592ff357e9faedca4c967a3064.zip u-boot-imx-311757be275c1d592ff357e9faedca4c967a3064.tar.gz u-boot-imx-311757be275c1d592ff357e9faedca4c967a3064.tar.bz2 |
samsung: Enable device tree for s5p_goni
Change this board to add a device tree.
This also adds a pinmux header file although it is not used as yet.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 43a70e4..076e0f7 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -1,3 +1,4 @@ +dtb-$(CONFIG_S5PC110) += s5pc1xx-goni.dtb dtb-$(CONFIG_EXYNOS4) += exynos4210-origen.dtb \ exynos4210-smdkv310.dtb \ exynos4210-universal_c210.dtb \ |