mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-30 11:01:26 +02:00
15 lines
281 B
C
15 lines
281 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright 2014 Broadcom Corporation.
|
|
*/
|
|
|
|
#ifndef __IPROC_COMMON_CONFIGS_H
|
|
#define __IPROC_COMMON_CONFIGS_H
|
|
|
|
#include <linux/stringify.h>
|
|
|
|
/* Memory Info */
|
|
#define CFG_SYS_SDRAM_BASE 0x61000000
|
|
|
|
#endif /* __IPROC_COMMON_CONFIGS_H */
|