From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Mon, 20 Apr 2015 21:15:57 +0900 Subject: [U-Boot] [PATCH 09/10] zynq: Move SPL console init out of board_init_f() In-Reply-To: <1429146849-11994-10-git-send-email-sjg@chromium.org> References: <1429146849-11994-1-git-send-email-sjg@chromium.org> <1429146849-11994-10-git-send-email-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 2015-04-16 10:14 GMT+09:00 Simon Glass : > We should not init the console this early and there is no need to. If we want > to do early init it can be done in spl_board_init(). Move the > preloader_console_init() call from board_init_f() to board_init_r(). > > Signed-off-by: Simon Glass > --- > I think this is unrelated to 10/10, but anyway looks good. Tested-by: Masahiro Yamada -- Best Regards Masahiro Yamada