Re: [PATCH v4 12/17] board_f: Remove setup_board_part1

2020-08-06 Thread Tom Rini
On Fri, Jul 24, 2020 at 02:12:20PM +0300, Ovidiu Panait wrote: > Now that all arch specific code was converted to setup_bdinfo, we can > remove setup_board_part1. > > Reviewed-by: Simon Glass > Signed-off-by: Ovidiu Panait Applied to u-boot/master, thanks! -- Tom signature.asc

[PATCH v4 12/17] board_f: Remove setup_board_part1

2020-07-24 Thread Ovidiu Panait
Now that all arch specific code was converted to setup_bdinfo, we can remove setup_board_part1. Reviewed-by: Simon Glass Signed-off-by: Ovidiu Panait --- common/board_f.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/common/board_f.c b/common/board_f.c index