repo.or.cz
/
u-boot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cmd: Fix Kconfig coding style
[u-boot.git]
/
include
/
configs
/
bcm96813.h
blob
37d2d91d96f0538d6d2d1e1a4344afb16cfd6df1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* (C) Copyright 2022 Broadcom Ltd.
4
*/
5
6
#ifndef __BCM96813_H
7
#define __BCM96813_H
8
9
#define CFG_SYS_SDRAM_BASE 0x00000000
10
11
#endif