rk3128.c 182 B

1234567891011
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (c) 2017 Rockchip Electronics Co., Ltd
  4. */
  5. int arch_cpu_init(void)
  6. {
  7. /* We do some SoC one time setting here. */
  8. return 0;
  9. }