omap: delete unused bootloader tag variables
authorAaro Koskinen <Aaro.Koskinen@nokia.com>
Mon, 22 Mar 2010 17:28:19 +0000 (17:28 +0000)
committerTony Lindgren <tony@atomide.com>
Fri, 23 Apr 2010 22:37:24 +0000 (15:37 -0700)
They are not needed and add over 512 bytes to kernel data.

Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/common.c

index 01cbb48442ac25b2dc9f7cdda9cff54afe3cefe9..f12f0e39ddf2b75a98e887dc170a25ecfee4e22b 100644 (file)
@@ -44,9 +44,6 @@
 
 #define NO_LENGTH_CHECK 0xffffffff
 
-unsigned char omap_bootloader_tag[512];
-int omap_bootloader_tag_len;
-
 struct omap_board_config_kernel *omap_board_config;
 int omap_board_config_size;