Skip to content

Commit

Permalink
[ARM] pxa: removing dead IDE_PXA_CF
Browse files Browse the repository at this point in the history
IDE_PXA_CF doesn't exist in Kconfig, therefore removing all references
for it from the source code.

Signed-off-by: Christoph Egger <siccegge@cs.fau.de>
Acked-by: Juergen Schindele <schindele@nentec.de>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Christoph Egger authored and Eric Miao committed Aug 5, 2010
1 parent 8973860 commit 0846efa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions arch/arm/mach-pxa/trizeps4.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,13 +530,9 @@ static void __init trizeps4_init(void)
i2c_register_board_info(0, trizeps4_i2c_devices,
ARRAY_SIZE(trizeps4_i2c_devices));

#ifdef CONFIG_IDE_PXA_CF
/* if boot direct from compact flash dont disable power */
trizeps_conxs_bcr = 0x0009;
#else
/* this is the reset value */
trizeps_conxs_bcr = 0x00A0;
#endif

BCR_writew(trizeps_conxs_bcr);
board_backlight_power(1);
}
Expand Down

0 comments on commit 0846efa

Please sign in to comment.