diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-12-10 22:03:02 -0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-01-13 12:20:14 +0800 |
commit | e293502280b772c0ba29f1ca2d504680b4220d83 (patch) | |
tree | 36f7a3ab625ab27709300a46e20f500ea5e681e3 | |
parent | 3340f2cc0b8b2e3213e8c4acbcfbd100d3ef5cfe (diff) | |
download | u-boot-imx-e293502280b772c0ba29f1ca2d504680b4220d83.zip u-boot-imx-e293502280b772c0ba29f1ca2d504680b4220d83.tar.gz u-boot-imx-e293502280b772c0ba29f1ca2d504680b4220d83.tar.bz2 |
x86: queensbay: Remove invalid comments in update_fsp_configs()
Those comments in update_fsp_configs() are not correct. Remove them.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | arch/x86/cpu/queensbay/fsp_configs.c | 6 |
1 files changed, 0 insertions, 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; */ } |