diff options
Diffstat (limited to 'post/board/lwmon5/fpga.c')
-rw-r--r-- | post/board/lwmon5/fpga.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/post/board/lwmon5/fpga.c b/post/board/lwmon5/fpga.c index dca7a30..2d95b5e 100644 --- a/post/board/lwmon5/fpga.c +++ b/post/board/lwmon5/fpga.c @@ -41,16 +41,6 @@ DECLARE_GLOBAL_DATA_PTR; #define FPGA_RAM_END 0xC4203FFF #define FPGA_STAT 0xC400000C -#define FPGA_PWM_CTRL_REG 0xC4000020 -#define FPGA_PWM_TV_REG 0xC4000024 - -/* Turn on backlight, set brightness */ -void fpga_backlight_enable(int pwm) -{ - out_be16((void *)FPGA_PWM_CTRL_REG, 0x0701); - out_be16((void *)FPGA_PWM_TV_REG, pwm); -} - #if CONFIG_POST & CFG_POST_BSPEC3 static int one_scratch_test(uint value) |