summaryrefslogtreecommitdiffstats
path: root/arch/nios2/boards/generic/generic.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nios2/boards/generic/generic.c')
-rw-r--r--arch/nios2/boards/generic/generic.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/nios2/boards/generic/generic.c b/arch/nios2/boards/generic/generic.c
index 49c1d7cd6a..0e3852b007 100644
--- a/arch/nios2/boards/generic/generic.c
+++ b/arch/nios2/boards/generic/generic.c
@@ -32,14 +32,6 @@ static struct device_d mac_dev = {
.platform_data = &phy_address,
};
-/*
-static struct device_d epcs_flash_device = {
- .id = -1,
- .name = "epcs_flash",
- .map_base = NIOS_SOPC_EPCS_BASE,
-};
-*/
-
static int generic_devices_init(void)
{
add_cfi_flash_device(-1, NIOS_SOPC_FLASH_BASE, NIOS_SOPC_FLASH_SIZE, 0);