diff options
author | Tom Rini <trini@konsulko.com> | 2015-08-18 08:24:32 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-18 08:24:32 -0400 |
commit | 783983f323730540f861413dfbea6802c88afcf8 (patch) | |
tree | 7f72555dec8a8ec9d3e45e96864478c1c7bde6d1 /arch/arm/include/asm/arch-exynos/board.h | |
parent | 0d339cf9a969f0c249713d3697e735184f1bd955 (diff) | |
parent | 14a66afead568a5c3a6bb49782432bea3b397fb8 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-samsung
Diffstat (limited to 'arch/arm/include/asm/arch-exynos/board.h')
-rw-r--r-- | arch/arm/include/asm/arch-exynos/board.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/arch/arm/include/asm/arch-exynos/board.h b/arch/arm/include/asm/arch-exynos/board.h deleted file mode 100644 index 1b1cd0dd9e..0000000000 --- a/arch/arm/include/asm/arch-exynos/board.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * (C) Copyright 2013 Samsung Electronics - * Rajeshwari Shinde <rajeshwari.s@samsung.com> - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#ifndef _EXYNOS_BOARD_H -#define _EXYNOS_BOARD_H - -/* - * Exynos baord specific changes for - * board_init - */ -int exynos_init(void); - -/* - * Exynos board specific changes for - * board_early_init_f - */ -int exynos_early_init_f(void); - -/* - * Exynos board specific changes for - * board_power_init - */ -int exynos_power_init(void); - -#endif /* EXYNOS_BOARD_H */ |