board: sama5d2_xplained: remove uart1 init
authorWenyou Yang <wenyou.yang@atmel.com>
Thu, 23 Mar 2017 06:26:26 +0000 (14:26 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 9 May 2017 18:14:15 +0000 (12:14 -0600)
commited03b1ba3c956648f7b4e42978d797c8f1b9f269
tree0b5eae6589e78ec8a5bc1f7ec5afc65a6f06b0ab
parenta66e4d00df3e0ff64dc65d9618204a91095c27bb
board: sama5d2_xplained: remove uart1 init

Due to the pin configuration and clock enabling is handling by the
driver, remove the unneeded hardcode uart1 init during
board_early_init_f stage.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
board/atmel/sama5d2_xplained/sama5d2_xplained.c