From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wallner Date: Thu, 25 Jun 2020 14:46:41 +0200 Subject: [PATCH v1 42/43] x86: Rename board_final_cleanup() to board_final_init() In-Reply-To: <20200614215726.v1.42.I2762a08266cb540453f944c69ce0031ad0fe7c05@changeid> References: <20200614215726.v1.42.I2762a08266cb540453f944c69ce0031ad0fe7c05@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. > > Rename it to reduce confusion. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/coreboot/coreboot.c | 4 ++-- > arch/x86/cpu/cpu.c | 8 ++++---- > arch/x86/cpu/efi/app.c | 2 +- > arch/x86/cpu/quark/quark.c | 2 +- > arch/x86/lib/fsp/fsp_common.c | 2 +- > 5 files changed, 9 insertions(+), 9 deletions(-) Reviewed-by: Wolfgang Wallner