]> git.ipfire.org Git - people/ms/u-boot.git/commit - board/freescale/ls2080ardb/ls2080ardb.c
board:ls2080ardb: Update execution of config_board_mux
authorSantan Kumar <santan.kumar@nxp.com>
Thu, 15 Jun 2017 11:37:01 +0000 (17:07 +0530)
committerYork Sun <york.sun@nxp.com>
Wed, 9 Aug 2017 16:55:02 +0000 (09:55 -0700)
commit263536a693b3c3260f88b5e47a1d3e4962d66ba7
tree8d11e8f668ad55f75df408af1bd8f040665f92be
parent6cc914efd23ae49b682cc92f96061480a7382212
board:ls2080ardb: Update execution of config_board_mux

Function config_board_mux() reads env variable 'hwconfig' which is
only available after relocation for QSPI boot. Move calling
config_board_mux() to misc_init_r().

Signed-off-by: Santan Kumar <santan.kumar@nxp.com>
[YS: Revise commit message]
Reviewed-by: York Sun <york.sun@nxp.com>
board/freescale/ls2080ardb/ls2080ardb.c