
Hello Simon,
On 07/03/2015 02:16 AM, Simon Glass wrote:
Many options are duplicated on the exynos5 boards. Move these to the common files. Also some options are not used so can be removed.
Tidy this up to make the files easier to maintain.
Signed-off-by: Simon Glass sjg@chromium.org
include/configs/arndale.h | 14 ++------------ include/configs/exynos5-common.h | 3 --- include/configs/exynos5-dt-common.h | 17 ++++++++++++++++- include/configs/exynos5250-common.h | 16 ++++++---------- include/configs/exynos5420-common.h | 9 +++------ include/configs/odroid_xu3.h | 2 ++ include/configs/peach-pi.h | 13 +------------ include/configs/peach-pit.h | 21 +-------------------- include/configs/smdk5250.h | 16 ++++------------ include/configs/smdk5420.h | 11 ++++------- include/configs/snow.h | 13 +------------ 11 files changed, 40 insertions(+), 95 deletions(-)
...
Acked-by: Przemyslaw Marczak p.marczak@samsung.com
Regards