diff options
author | Tom Rini <trini@konsulko.com> | 2017-12-01 19:08:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-01 19:08:30 -0500 |
commit | 02907004294d981fff9a7305ad9c6d8a0138f205 (patch) | |
tree | c093c150990b48a03d950bb533cf008f404be761 /arch/arm/mach-rockchip/rk3128/rk3128.c | |
parent | 9804d88630cdb22f5f0ace05ac05942928410fd9 (diff) | |
parent | 4fc495e9e2e497afee383294a6ee9212e9a8bd73 (diff) |
Merge git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'arch/arm/mach-rockchip/rk3128/rk3128.c')
-rw-r--r-- | arch/arm/mach-rockchip/rk3128/rk3128.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3128/rk3128.c b/arch/arm/mach-rockchip/rk3128/rk3128.c new file mode 100644 index 0000000000..9d6e3b1ee1 --- /dev/null +++ b/arch/arm/mach-rockchip/rk3128/rk3128.c @@ -0,0 +1,12 @@ +/* + * Copyright (c) 2017 Rockchip Electronics Co., Ltd + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +int arch_cpu_init(void) +{ + /* We do some SoC one time setting here. */ + + return 0; +} |