|
@@ -23,12 +23,12 @@
|
|
|
|
|
|
#include <common.h>
|
|
#include <common.h>
|
|
#include <asm/io.h>
|
|
#include <asm/io.h>
|
|
-#include "ap20.h"
|
|
|
|
|
|
+#include <asm/arch/ap20.h>
|
|
#include <asm/arch/clock.h>
|
|
#include <asm/arch/clock.h>
|
|
#include <asm/arch/funcmux.h>
|
|
#include <asm/arch/funcmux.h>
|
|
|
|
+#include <asm/arch/pmc.h>
|
|
#include <asm/arch/sys_proto.h>
|
|
#include <asm/arch/sys_proto.h>
|
|
#include <asm/arch/tegra2.h>
|
|
#include <asm/arch/tegra2.h>
|
|
-#include <asm/arch/pmc.h>
|
|
|
|
|
|
|
|
DECLARE_GLOBAL_DATA_PTR;
|
|
DECLARE_GLOBAL_DATA_PTR;
|
|
|
|
|