Also include some trivial related cleanups
@@ -27,7 +27,7 @@
#include <common.h>
#include <asm/io.h>
#include <asm/processor-flags.h>
-#include <asm/ic/sc520.h>
+#include <asm/arch/sc520.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -23,7 +23,7 @@
#include <config.h>
.section .text
@@ -28,8 +28,8 @@
#include <pci.h>
#include <asm/pci.h>
-#include <asm/ic/pci.h>
+#include <asm/arch/pci.h>
static struct {
u8 priority;
@@ -26,7 +26,7 @@
@@ -24,7 +24,7 @@
@@ -23,8 +23,8 @@
-#include <asm/ic/ssi.h>
+#include <asm/arch/ssi.h>
int ssi_set_interface(int freq, int lsb_first, int inv_clock, int inv_phase)
{
#include <asm/interrupt.h>
void sc520_timer_isr(void)
@@ -35,7 +35,6 @@
#include <asm/realmode.h>
#include <asm/byteorder.h>
#include <asm/bootparam.h>
/*
* Memory lay-out:
#include <net.h>
#include <netdev.h>
static void pci_enet_fixup_irq(struct pci_controller *hose, pci_dev_t dev)
@@ -27,11 +27,9 @@
* that is used by U-boot to its final destination.
*/
-/* #include <asm/ic/sc520_defs.h> */
-
#include "config.h"
#include "hardware.h"
.text
.section .start16, "ax"