From: Sergey Kudakov Date: Wed, 10 Nov 2010 21:50:11 +0000 (-0600) Subject: ARM: tegra: stingray: do not hardcode bootloader fb location X-Git-Tag: firefly_0821_release~9834^2~336 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4822301557b607c981c3e3f471310e3810aeb631;p=firefly-linux-kernel-4.4.55.git ARM: tegra: stingray: do not hardcode bootloader fb location Signed-off-by: Sergey Kudakov --- diff --git a/arch/arm/mach-tegra/board-stingray.c b/arch/arm/mach-tegra/board-stingray.c index 15e0de2a9e99..269e165ae5ed 100644 --- a/arch/arm/mach-tegra/board-stingray.c +++ b/arch/arm/mach-tegra/board-stingray.c @@ -1107,12 +1107,6 @@ void __init stingray_reserve(void) tegra_reserve(SZ_256M, SZ_8M, SZ_16M); - /* - * Bootloader 1021 passes the wrong address for the bootloader's - * framebuffer, so just reserve the location its using manually. - */ - tegra_bootloader_fb_start = 0x18018000; - tegra_bootloader_fb_size = 0x500000; if (memblock_reserve(tegra_bootloader_fb_start, tegra_bootloader_fb_size)) pr_info("Failed to reserve old framebuffer location\n"); else