[MIPS] mips_config.mk: Misc fixes
[oweals/u-boot.git] / common / main.c
index a17b60b3aa92cecc9b4bbcaf78c83a84af8d7a8f..046da6f23ca488d02f3fb900c48fc2b96caafb9e 100644 (file)
@@ -940,12 +940,6 @@ int readline_into_buffer (const char *const prompt, char * buffer)
        int rc;
        static int initted = 0;
 
-       if (!initted) {
-               hist_init();
-               initted = 1;
-       }
-
-
        /*
         * History uses a global array which is not
         * writable until after relocation to RAM.