Skip to content

Commit

Permalink
arm: msm: halibut: remove unneeded fixup
Browse files Browse the repository at this point in the history
This old fixup causes a build failure, so I remove it just like in
trout.

Signed-off-by: Daniel Walker <dwalker@fifo99.com>
Signed-off-by: David Brown <davidb@codeaurora.org>
  • Loading branch information
Daniel Walker authored and David Brown committed Apr 13, 2012
1 parent 0034102 commit 1c07ae4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arm/mach-msm/board-halibut.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ static void __init halibut_init(void)
static void __init halibut_fixup(struct tag *tags, char **cmdline,
struct meminfo *mi)
{
mi->nr_banks=1;
mi->bank[0].start = PHYS_OFFSET;
mi->bank[0].size = (101*1024*1024);
}

static void __init halibut_map_io(void)
Expand Down

0 comments on commit 1c07ae4

Please sign in to comment.