summaryrefslogtreecommitdiffstats
path: root/board/goldelico/gta04/dssfb.c
diff options
context:
space:
mode:
authorH. Nikolaus Schaller <hns@goldelico.com>2011-12-08 07:56:31 +0100
committerH. Nikolaus Schaller <hns@goldelico.com>2011-12-08 07:56:31 +0100
commit05815bfdc77807192eb5246953202742c4f42385 (patch)
tree2c99606e7d4de050ac670876aeda9f7ae5955113 /board/goldelico/gta04/dssfb.c
parente17fde7c50b8c54967450c7aea465e7e6bcb29dd (diff)
downloadbootable_bootloader_goldelico_gta04-05815bfdc77807192eb5246953202742c4f42385.zip
bootable_bootloader_goldelico_gta04-05815bfdc77807192eb5246953202742c4f42385.tar.gz
bootable_bootloader_goldelico_gta04-05815bfdc77807192eb5246953202742c4f42385.tar.bz2
big collective commit - see diff what has been changed
Diffstat (limited to 'board/goldelico/gta04/dssfb.c')
-rw-r--r--board/goldelico/gta04/dssfb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/goldelico/gta04/dssfb.c b/board/goldelico/gta04/dssfb.c
index 22a77d3..4eff169 100644
--- a/board/goldelico/gta04/dssfb.c
+++ b/board/goldelico/gta04/dssfb.c
@@ -231,9 +231,9 @@ void dssfb_init(const struct panel_config *lcm_cfg)
printf("fck_dss_on\n");
sr32(&prcm_base->fclken_dss, 0, 32, FCK_DSS_ON);
sdelay(1000);
- printf("fck_cam_on\n");
+// printf("fck_cam_on\n");
// sr32(&prcm_base->fclken_cam, 0, 32, FCK_CAM_ON);
- printf("ick_cam_on\n");
+// printf("ick_cam_on\n");
// sr32(&prcm_base->iclken_cam, 0, 32, ICK_CAM_ON);
sdelay(1000);
#else