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)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 8 Apr 2016 02:12:02 +0000 (11:12 +0900)
commit710438c68b280cb9fd55f78e4f17216a62b8eec6
treee959fcda6c2d0deefa8f394a51b98296892c8ead
parent0ba353e6265501cfa29c2d67a36470162ca73285
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