]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nds32: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Tue, 17 Apr 2012 16:41:14 +0000 (16:41 +0000)
committerTom Rini <trini@ti.com>
Wed, 17 Oct 2012 14:55:50 +0000 (07:55 -0700)
commit6abcf2d53148210111a06fe4d43fb36ea4be85a0
tree661721db1d20f99a988361736b85689ddcd1f7ae
parent74620e1c94565b835c7b6eb34db9b67bfc898bc4
nds32: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT

With almost all the architecture and board BOARD_LATE_INIT does not use.
CONFIG_BOARD_LATE_INIT is used instead.
This changed CONFIG_BOARD_LATE_INIT from BOARD_LATE_INIT.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Macpaul Lin <macpaul@andestech.com>
[trini: Fixup for context changes]
Signed-off-by: Tom Rini <trini@ti.com>
arch/nds32/lib/board.c