diff --git a/arch/nios2/boards/generic/generic.c b/arch/nios2/boards/generic/generic.c index 49c1d7c..0e3852b 100644 --- a/arch/nios2/boards/generic/generic.c +++ b/arch/nios2/boards/generic/generic.c @@ -32,14 +32,6 @@ .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);