Re: [PATCH v1 42/43] x86: Rename board_final_cleanup() to board_final_init()

2020-06-30 Thread Bin Meng
On Mon, Jun 15, 2020 at 11:58 AM Simon Glass wrote: > > This function sounds like something that is called when U-Boot is about to > jump to Linux. In fact it is an init function. > > Rename it to reduce confusion. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/coreboot/coreboot.c | 4

Re: [PATCH v1 42/43] x86: Rename board_final_cleanup() to board_final_init()

2020-06-25 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v1 42/43] x86: Rename board_final_cleanup() to > board_final_init() > > This function sounds like something that is called when U-Boot is about to > jump to Linux. In fact it is an init function. > >

[PATCH v1 42/43] x86: Rename board_final_cleanup() to board_final_init()

2020-06-14 Thread Simon Glass
This function sounds like something that is called when U-Boot is about to jump to Linux. In fact it is an init function. Rename it to reduce confusion. Signed-off-by: Simon Glass --- arch/x86/cpu/coreboot/coreboot.c | 4 ++-- arch/x86/cpu/cpu.c | 8