diff options
| author | Tom Rini <[email protected]> | 2022-03-16 08:11:53 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-16 08:11:53 -0400 |
| commit | 469c1bc688a1f607dea477ad1e7b2a067166d268 (patch) | |
| tree | 8d8cfc505ed6dd347aa637c14e148a76c7e9e502 /include | |
| parent | 91e9f20768a316297cdc9acfdf4698aabb77761f (diff) | |
| parent | aa34e13346cf727197981c599f688b406005049a (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
- k210 updates
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sipeed-maix.h | 2 | ||||
| -rw-r--r-- | include/k210/pll.h (renamed from include/kendryte/pll.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sipeed-maix.h b/include/configs/sipeed-maix.h index 1f74702ea7f..1cc2992c804 100644 --- a/include/configs/sipeed-maix.h +++ b/include/configs/sipeed-maix.h @@ -20,7 +20,7 @@ "fdt_addr_r=0x80400000\0" \ "scriptaddr=0x80020000\0" \ "kernel_addr_r=0x80060000\0" \ - "fdtfile=kendryte/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \ + "fdtfile=k210/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \ "k210_bootcmd=load mmc 0:1 $loadaddr /uImage && " \ "load mmc 0:1 $fdt_addr_r /k210.dtb && " \ "bootm $loadaddr - $fdt_addr_r\0" diff --git a/include/kendryte/pll.h b/include/k210/pll.h index fd16a89cb20..fd16a89cb20 100644 --- a/include/kendryte/pll.h +++ b/include/k210/pll.h |
