Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0570a365 authored by Paul Bolle's avatar Paul Bolle Committed by H. Peter Anvin
Browse files

x86, boot: Remove obsolete and unused constant RAMDISK



The named constant RAMDISK is unused. It used to set the (obsolete)
kernel boot header field ram_size, but its usage for that purpose got
dropped in commit 5e47c478 ("x86: remove
zImage support"). Now remove this constant too.

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Link: http://lkml.kernel.org/r/1345396003.1771.9.camel@x61.thuisdomein


Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
parent d9875690
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -32,10 +32,6 @@ SYSSEG = 0x1000 /* historical load address >> 4 */
#define SVGA_MODE ASK_VGA
#endif

#ifndef RAMDISK
#define RAMDISK 0
#endif

#ifndef ROOT_RDONLY
#define ROOT_RDONLY 1
#endif