lsxl.c (68e80fdda1336068f40915388bbdacfd2b75233a) | lsxl.c (3dc23f7852158fafde9eb736060f9e8131997f19) |
---|---|
1/* 2 * Copyright (c) 2012 Michael Walle 3 * Michael Walle <michael@walle.cc> 4 * 5 * Based on sheevaplug/sheevaplug.c by 6 * Marvell Semiconductor <www.marvell.com> 7 * 8 * SPDX-License-Identifier: GPL-2.0+ 9 */ 10 11#include <common.h> 12#include <net.h> 13#include <malloc.h> 14#include <netdev.h> 15#include <miiphy.h> 16#include <spi.h> 17#include <spi_flash.h> | 1/* 2 * Copyright (c) 2012 Michael Walle 3 * Michael Walle <michael@walle.cc> 4 * 5 * Based on sheevaplug/sheevaplug.c by 6 * Marvell Semiconductor <www.marvell.com> 7 * 8 * SPDX-License-Identifier: GPL-2.0+ 9 */ 10 11#include <common.h> 12#include <net.h> 13#include <malloc.h> 14#include <netdev.h> 15#include <miiphy.h> 16#include <spi.h> 17#include <spi_flash.h> |
18#include <asm/arch/kirkwood.h> | 18#include <asm/arch/soc.h> |
19#include <asm/arch/cpu.h> 20#include <asm/arch/mpp.h> 21#include <asm/arch/gpio.h> 22 23#include "lsxl.h" 24 25/* 26 * Rescue mode --- 265 unchanged lines hidden --- | 19#include <asm/arch/cpu.h> 20#include <asm/arch/mpp.h> 21#include <asm/arch/gpio.h> 22 23#include "lsxl.h" 24 25/* 26 * Rescue mode --- 265 unchanged lines hidden --- |