summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
diff options
context:
space:
mode:
authorHao Zhang <hzhang@ti.com>2014-10-22 16:32:31 +0300
committerTom Rini <trini@ti.com>2014-10-23 11:27:05 -0400
commit5ec66b140afff89c3ee5abde4a9eb4c0963c918c (patch)
tree534a8e92fb1f1a277af0f51fd512310933aafdf2 /arch/arm/include/asm
parentbc45d5729fbec157370b826156cf45ce78471096 (diff)
downloadblackbird-obmc-uboot-5ec66b140afff89c3ee5abde4a9eb4c0963c918c.tar.gz
blackbird-obmc-uboot-5ec66b140afff89c3ee5abde4a9eb4c0963c918c.zip
ARM: keystone2: spl: move board specific code
The initialization of PLLs is a part of board specific code, so move it appropriate places. Acked-by: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r--arch/arm/include/asm/arch-keystone/spl.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/include/asm/arch-keystone/spl.h b/arch/arm/include/asm/arch-keystone/spl.h
deleted file mode 100644
index a7102d5640..0000000000
--- a/arch/arm/include/asm/arch-keystone/spl.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * (C) Copyright 2012-2014
- * Texas Instruments, <www.ti.com>
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-#ifndef _ASM_ARCH_SPL_H_
-#define _ASM_ARCH_SPL_H_
-
-#define BOOT_DEVICE_SPI 2
-
-#endif
OpenPOWER on IntegriCloud