aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2013-01-17 13:15:56 +0000
committerMatt Fleming <matt.fleming@intel.com>2013-01-23 15:05:28 +0000
commit13fb5e172fbfac9e1afeba55102b1eb535cf1d4a (patch)
treec24ff384c03c4fac1020dbfc1efc26dc0a707dfb
parent8bd57b191035bf02b676e2fa760d3a981bd1df02 (diff)
downloadsyslinux-13fb5e172fbfac9e1afeba55102b1eb535cf1d4a.tar.gz
syslinux-13fb5e172fbfac9e1afeba55102b1eb535cf1d4a.tar.xz
syslinux-13fb5e172fbfac9e1afeba55102b1eb535cf1d4a.zip
init: Leave mem_init() to fs_init()
Remove the superfluous call from init(). Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r--core/init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/init.c b/core/init.c
index a1412252..ab2e271d 100644
--- a/core/init.c
+++ b/core/init.c
@@ -77,9 +77,6 @@ void init(com32sys_t *regs __unused)
adjust_screen();
- /* Init the memory subsystem */
- mem_init();
-
/* CPU-dependent initialization and related checks. */
check_escapes();
}