diff options
author | Kever Yang | 2019-07-22 19:59:41 +0800 |
---|---|---|
committer | Kever Yang | 2019-07-29 10:25:27 +0800 |
commit | faa98c7c5af2cc1224b77526f0106f26af86ad63 (patch) | |
tree | 5f8f29723a4b687af7634e6430e54635e76438e2 /arch/arm/include | |
parent | 4e1aeb89afcc63f4d498719e1d2e5dcac8ae9ffc (diff) |
rockchip: rk3399: move chromebook bob specific flow to its board file
Add a board_early_init_f() in board_init_f() and move the board
specific init code into its own board file.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-rockchip/sys_proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/arch-rockchip/sys_proto.h b/arch/arm/include/asm/arch-rockchip/sys_proto.h index 905c774c15b..de5a8f11a98 100644 --- a/arch/arm/include/asm/arch-rockchip/sys_proto.h +++ b/arch/arm/include/asm/arch-rockchip/sys_proto.h @@ -6,8 +6,4 @@ #ifndef _ASM_ARCH_SYS_PROTO_H #define _ASM_ARCH_SYS_PROTO_H - -/* provided to defeat compiler optimisation in board_init_f() */ -void gru_dummy_function(int i); - #endif /* _ASM_ARCH_SYS_PROTO_H */ |