
The Arndale board is based on samsung's exynos5250 SOC. First patch moves board specific options to board specific config file and the second patch adds the initial config and dts file for the arndale board.
Inderpal Singh (2): smdk5250: move board specific options to board specific config file Exynos5: Arndale: Add support for exynos5250 based arndale board.
board/samsung/dts/exynos5250-arndale.dts | 36 ++++++++++++++++++ boards.cfg | 1 + include/configs/arndale.h | 39 +++++++++++++++++++ include/configs/exynos5250-dt.h | 60 ------------------------------ include/configs/smdk5250.h | 35 +++++++++++++++++ 5 files changed, 111 insertions(+), 60 deletions(-) create mode 100644 board/samsung/dts/exynos5250-arndale.dts create mode 100644 include/configs/arndale.h