diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-14 22:59:48 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-14 22:59:48 -0400 |
commit | 579e07501a4f755e29953b9c21527354cb3ac74c (patch) | |
tree | 2bd444c2efe035c3fb12482e7b934d09574c8095 /include | |
parent | 530c8d4af2e18c6142ab7cac6f11dd92c02b2bc9 (diff) | |
parent | ffdc71bc0977c1e6b7b6e6a5a005e1f77213bf21 (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/sipeed-maix.h | 3 | ||||
-rw-r--r-- | include/kendryte/pll.h | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/include/configs/sipeed-maix.h b/include/configs/sipeed-maix.h index 4c1ff98ec6e..0fbe8a59058 100644 --- a/include/configs/sipeed-maix.h +++ b/include/configs/sipeed-maix.h @@ -15,8 +15,7 @@ #define CONFIG_SYS_CACHELINE_SIZE 64 #define CONFIG_SYS_SDRAM_BASE 0x80000000 -/* Don't relocate into AI ram since it isn't set up yet */ -#define CONFIG_SYS_SDRAM_SIZE (SZ_4M + SZ_2M) +#define CONFIG_SYS_SDRAM_SIZE SZ_8M #ifndef CONFIG_EXTRA_ENV_SETTINGS #define CONFIG_EXTRA_ENV_SETTINGS \ diff --git a/include/kendryte/pll.h b/include/kendryte/pll.h index 55a40b9c979..95b8494f40f 100644 --- a/include/kendryte/pll.h +++ b/include/kendryte/pll.h @@ -55,8 +55,4 @@ extern const struct clk_ops k210_pll_ops; struct clk *k210_register_pll_struct(const char *name, const char *parent_name, struct k210_pll *pll); -struct clk *k210_register_pll(const char *name, const char *parent_name, - void __iomem *reg, void __iomem *lock, u8 shift, - u8 width); - #endif /* K210_PLL_H */ |