samsung:board: don't call set_board_type() for CONFIG_OF_MULTI
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Thu, 18 Sep 2014 11:02:19 +0000 (13:02 +0200)
committerPrzemyslaw Marczak <p.marczak@samsung.com>
Tue, 23 Sep 2014 08:39:18 +0000 (10:39 +0200)
commitf0570449cef3171eb406cd12052c01bf311ab26c
tree0fefccb93c1d194a9d2cf5532092f31bf282941b
parent28b35a8df702304c15401eee24b81827b37f2fde
samsung:board: don't call set_board_type() for CONFIG_OF_MULTI

For this config the set_board_type() is called much more earlier
- in the function setup_fdt(), so the second call in the board file
is unneeded.

Change-Id: I71037c593d00f7bde95a0880787e64d0d09ff173
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
board/samsung/common/board.c