[U-Boot] [PATCH v2 7/9] x86: queensbay: Remove invalid comments in update_fsp_configs()
Bin Meng
bmeng.cn at gmail.com
Fri Dec 11 07:03:02 CET 2015
Those comments in update_fsp_configs() are not correct. Remove them.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
Acked-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
arch/x86/cpu/queensbay/fsp_configs.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/arch/x86/cpu/queensbay/fsp_configs.c b/arch/x86/cpu/queensbay/fsp_configs.c
index f84ae30..25a92f7 100644
--- a/arch/x86/cpu/queensbay/fsp_configs.c
+++ b/arch/x86/cpu/queensbay/fsp_configs.c
@@ -11,10 +11,4 @@
void update_fsp_configs(struct fsp_config_data *config)
{
/* 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; */
}
--
1.8.2.1
More information about the U-Boot
mailing list