diff mbox

[U-Boot,8/8] x86: queensbay: Remove invalid comments in update_fsp_upd()

Message ID 1449046744-12964-9-git-send-email-bmeng.cn@gmail.com
State Superseded
Delegated to: Bin Meng
Headers show

Commit Message

Bin Meng Dec. 2, 2015, 8:59 a.m. UTC
Those comments in update_fsp_upd() are not correct. Remove them.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>

---

 arch/x86/cpu/queensbay/fsp_configs.c | 6 ------
 1 file changed, 6 deletions(-)

Comments

Simon Glass Dec. 2, 2015, 9:06 p.m. UTC | #1
On 2 December 2015 at 01:59, Bin Meng <bmeng.cn@gmail.com> wrote:
> Those comments in update_fsp_upd() are not correct. Remove them.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>
> ---
>
>  arch/x86/cpu/queensbay/fsp_configs.c | 6 ------
>  1 file changed, 6 deletions(-)

Acked-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/arch/x86/cpu/queensbay/fsp_configs.c b/arch/x86/cpu/queensbay/fsp_configs.c
index 96ec116..faa79d1 100644
--- a/arch/x86/cpu/queensbay/fsp_configs.c
+++ b/arch/x86/cpu/queensbay/fsp_configs.c
@@ -35,10 +35,4 @@  void update_fsp_configs(struct fsp_config_data *config,
 	assert(fsp_upd->terminator == UPD_TERMINATOR);
 
 	/* Override any UPD setting if required */
-
-	/* Uncomment the line below to enable DEBUG message */
-	/* fsp_upd->serial_dbgport_type = 1; */
-
-	/* Examples on how to initialize the pointers in UPD region */
-	/* fsp_upd->pcd_example = (EXAMPLE_DATA *)&example; */
 }