There's no need to reinitialize the firmware context on boot.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
/* USB init */
usb_init();
+ /* initialize DMA memory */
memset(&dma_mem, 0, sizeof(dma_mem));
/* fill DMA rings */
{
clock_set(true, AHB_40MHZ_OSC);
- /* initialize firmware context and DMA memory */
- memset(&fw, 0, sizeof(fw));
-
/* watchdog magic pattern check */
if ((get(AR9170_PWR_REG_WATCH_DOG_MAGIC) & 0xffff0000) == 0x12340000) {
/* watch dog warm start */