diff options
author | Simon Glass | 2014-10-07 22:01:47 -0600 |
---|---|---|
committer | Minkyu Kang | 2014-10-08 17:25:47 +0900 |
commit | 7d159536192323d65765211e7e7f56efcf3509ac (patch) | |
tree | 754e7e4547a9345233572eeb913a89043060aa77 /include/configs/peach-pit.h | |
parent | 87033d4d97e0cc569c59efef7ce4ce940c48e71b (diff) |
exynos: config: Move cros_ec and tps65090 out of smdk boards
These boards do not in fact have a Chrome OS EC, nor a TPS565090 PMIC, so
move the settings into a separate common file to be used by those that need
it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/peach-pit.h')
-rw-r--r-- | include/configs/peach-pit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/peach-pit.h b/include/configs/peach-pit.h index e9736fc449c..046813d1b62 100644 --- a/include/configs/peach-pit.h +++ b/include/configs/peach-pit.h @@ -10,6 +10,7 @@ #define __CONFIG_PEACH_PIT_H #include <configs/exynos5420-common.h> +#include <configs/exynos5-dt-common.h> /* select serial console configuration */ |