blob: 50eaa6b9d2fd39371ce511e0b7487578540b9a28 [file] [log] [blame]
Icenowy Zheng7508bef2018-07-21 20:41:12 +08001/*
2 * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
3 * Copyright (c) 2018, Icenowy Zheng <icenowy@aosc.io>
4 *
5 * SPDX-License-Identifier: BSD-3-Clause
6 */
7
8#include <debug.h>
9
10int sunxi_pmic_setup(void)
11{
12 /* STUB */
13 NOTICE("BL31: STUB PMIC setup code called\n");
14
15 return 0;
16}