cpu.c 201 B

123456789
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2019 Rosy Song <rosysong@rosinson.com>
  4. */
  5. #include <common.h>
  6. /* The lowlevel_init() is not needed on QCA956X */
  7. void lowlevel_init(void) {}