]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7ef501f3f986c422ecf9ad1d3c7304045e8215a1
tree8d11e8f668ad55f75df408af1bd8f040665f92be
parentec5e50c2def213f8917f11f38089e223d93ee775
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