]> git.baikalelectronics.ru Git - uboot.git/commit
board_init: remove meaningless increment in board_init_f_init_reserve()
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Jan 2020 11:21:17 +0000 (20:21 +0900)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jan 2020 12:29:58 +0000 (07:29 -0500)
commite6dbedf09860626c46fd954ca14c13bdb50d430f
tree59ff5e64b6e33cdc2ca8918d7ffe32f86ea3ec8b
parent317702b074cc5221f699fb7cd71ed1ca22d224a9
board_init: remove meaningless increment in board_init_f_init_reserve()

The base is not used in the code that follows this increment.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
common/init/board_init.c