diff options
| author | Tom Rini <[email protected]> | 2025-03-25 08:57:00 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-03-25 08:57:00 -0600 |
| commit | 0dd455e064953fe18a49c6cdebbf868705874631 (patch) | |
| tree | 1a7a055c74125a14dfe2ed54ec45899d9aae72eb /include/configs | |
| parent | 647cb87b5ab2ad6469cf42f3272f00688bd26039 (diff) | |
| parent | 9c40d92305db53f71ae31431b99f73ced11f334e (diff) | |
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next
CI: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/25323
- board: k1: Add reset driver
- board: starfive: Simplify binman config
- Some modifications on DTS and configs
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/sifive-unleashed.h | 1 | ||||
| -rw-r--r-- | include/configs/sifive-unmatched.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/sifive-unleashed.h b/include/configs/sifive-unleashed.h index 2996b375723..cd8d0438ba6 100644 --- a/include/configs/sifive-unleashed.h +++ b/include/configs/sifive-unleashed.h @@ -11,7 +11,6 @@ #include <linux/sizes.h> -#define CFG_SYS_SDRAM_BASE 0x80000000 #define RISCV_MMODE_TIMERBASE 0x2000000 #define RISCV_MMODE_TIMEROFF 0xbff8 diff --git a/include/configs/sifive-unmatched.h b/include/configs/sifive-unmatched.h index 27e0912665b..e0064edc5c9 100644 --- a/include/configs/sifive-unmatched.h +++ b/include/configs/sifive-unmatched.h @@ -11,6 +11,5 @@ #include <linux/sizes.h> -#define CFG_SYS_SDRAM_BASE 0x80000000 #endif /* __SIFIVE_UNMATCHED_H */ |
