Remove CFG_SYS_SDRAM_BASE so that we can get DRAM base from dt instead of compile time config. Removing this config helps the u-boot more portable. Signed-off-by: Jimmy Ho <jimmy.ho@sifive.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
16 lines
270 B
C
16 lines
270 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (c) 2020-2021 SiFive, Inc
|
|
*
|
|
* Authors:
|
|
* Pragnesh Patel <pragnesh.patel@sifive.com>
|
|
*/
|
|
|
|
#ifndef __SIFIVE_UNMATCHED_H
|
|
#define __SIFIVE_UNMATCHED_H
|
|
|
|
#include <linux/sizes.h>
|
|
|
|
|
|
#endif /* __SIFIVE_UNMATCHED_H */
|