]> git.sur5r.net Git - u-boot/commitdiff
x86: queensbay: Remove invalid comments in update_fsp_configs()
authorBin Meng <bmeng.cn@gmail.com>
Fri, 11 Dec 2015 06:03:02 +0000 (22:03 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 13 Jan 2016 04:20:14 +0000 (12:20 +0800)
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>
arch/x86/cpu/queensbay/fsp_configs.c

index f84ae3046fa1ffe8ee8069fff6ccd74478d1b8ef..25a92f7a7cc0986d552733bb79be727d4770df0c 100644 (file)
 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; */
 }