Skip to content

Commit

Permalink
[PATCH] ARM: Allow riscpc to parse "acorn" boot info tag
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Jun 22, 2005
1 parent 522c37b commit ebe2a9f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions arch/arm/mach-rpc/riscpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@

extern void rpc_init_irq(void);

extern unsigned int vram_size;

#if 0

unsigned int vram_size;
unsigned int memc_ctrl_reg;
unsigned int number_mfm_drives;

Expand Down Expand Up @@ -63,8 +60,6 @@ static int __init parse_tag_acorn(const struct tag *tag)

__tagtable(ATAG_ACORN, parse_tag_acorn);

#endif

static struct map_desc rpc_io_desc[] __initdata = {
{ SCREEN_BASE, SCREEN_START, 2*1048576, MT_DEVICE }, /* VRAM */
{ (u32)IO_BASE, IO_START, IO_SIZE , MT_DEVICE }, /* IO space */
Expand Down

0 comments on commit ebe2a9f

Please sign in to comment.