[lib][ffs] delete this old file system code

This commit is contained in:
Travis Geiselbrecht
2016-02-17 19:14:38 -08:00
parent 410cd8f340
commit ae28c92fad
17 changed files with 0 additions and 36109 deletions

View File

@@ -32,10 +32,6 @@
#include <string.h>
#include <debug.h>
#ifndef ARCH_X86_64
#include <ffs.h>
#endif
#define LOCAL_TRACE 1
static const struct platform_uart_config uart0_config = {
@@ -59,10 +55,5 @@ DEVICE_INSTANCE(ide, ide0, &ide0_config);
void target_init(void)
{
//device_init_all();
#ifndef ARCH_X86_64
device_init(device_get_by_name(ide, ide0));
ffs_mount(0, device_get_by_name(ide, ide0));
#endif
}

View File

@@ -4,11 +4,6 @@ LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
PLATFORM := pc
ifneq ($(ARCH), x86-64)
MODULE_DEPS := \
lib/ffs \
endif
MODULE_SRCS += \
$(LOCAL_DIR)/config.c \