]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/freescale/mpc8544ds/law.c
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / board / freescale / mpc8544ds / law.c
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0+
4bcae9c9 2/*
64a1686a 3 * Copyright 2008, 2010 Freescale Semiconductor, Inc.
4bcae9c9
KG
4 *
5 * (C) Copyright 2000
6 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4bcae9c9
KG
7 */
8
9#include <common.h>
10#include <asm/fsl_law.h>
11#include <asm/mmu.h>
12
13struct law_entry law_table[] = {
002741ae 14 SET_LAW(CONFIG_SYS_LBC_NONCACHE_BASE, LAW_SIZE_128M, LAW_TRGT_IF_LBC),
4bcae9c9
KG
15};
16
17int num_law_entries = ARRAY_SIZE(law_table);