]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-bcm283x/init.c
Add more SPDX-License-Identifier tags
[people/ms/u-boot.git] / arch / arm / mach-bcm283x / init.c
CommitLineData
59d63f7d
SW
1/*
2 * (C) Copyright 2012 Stephen Warren
3 *
4 * See file CREDITS for list of people who contributed to this
5 * project.
6 *
5b8031cc 7 * SPDX-License-Identifier: GPL-2.0
59d63f7d
SW
8 */
9
10#include <common.h>
11
12int arch_cpu_init(void)
13{
14 icache_enable();
15
16 return 0;
17}