diff options
author | Hao Zhang <hzhang@ti.com> | 2014-10-22 16:32:31 +0300 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-23 11:27:05 -0400 |
commit | 5ec66b140afff89c3ee5abde4a9eb4c0963c918c (patch) | |
tree | 534a8e92fb1f1a277af0f51fd512310933aafdf2 /arch/arm/include/asm/arch-keystone/spl.h | |
parent | bc45d5729fbec157370b826156cf45ce78471096 (diff) | |
download | u-boot-5ec66b140afff89c3ee5abde4a9eb4c0963c918c.tar.gz |
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/arch-keystone/spl.h')
-rw-r--r-- | arch/arm/include/asm/arch-keystone/spl.h | 12 |
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 |