mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 06:42:56 +00:00
e95bcfb56c
Select this symbol as needed. Signed-off-by: Tom Rini <trini@konsulko.com>
14 lines
281 B
C
14 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 */
|