From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 3 Oct 2019 15:57:42 +0800 Subject: [U-Boot] [PATCH v2 16/38] x86: Rename some FSP functions to have an fsp_ prefix In-Reply-To: References: <20190925141147.191166-1-sjg@chromium.org> <20190925141147.191166-17-sjg@chromium.org> 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 On Wed, Oct 2, 2019 at 10:06 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:12 PM Simon Glass wrote: > > > > Given these exported function an fsp_ prefix since they are declared in an > > fsp.h header. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v2: None > > > > arch/x86/cpu/baytrail/fsp_configs.c | 2 +- > > arch/x86/cpu/braswell/fsp_configs.c | 2 +- > > arch/x86/cpu/ivybridge/fsp_configs.c | 2 +- > > arch/x86/cpu/queensbay/fsp_configs.c | 2 +- > > arch/x86/include/asm/fsp1/fsp_support.h | 6 +++--- > > arch/x86/lib/fsp1/fsp_car.S | 10 +++++----- > > arch/x86/lib/fsp1/fsp_support.c | 14 +++++++------- > > cmd/x86/fsp.c | 2 +- > > 8 files changed, 20 insertions(+), 20 deletions(-) > > > > Reviewed-by: Bin Meng applied to u-boot-x86/next, thanks!