diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-06-04 15:13:43 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-06-04 15:13:43 +0300 |
| commit | 3dbd8c34176312b0bd3aba2309d284ac83181411 (patch) | |
| tree | 9bf6216f2c120a388308457444738d0c55002bd2 /arch/riscv64/config.h | |
| parent | 52e5c94314fa8e10efded82db85d181ed32f00bd (diff) | |
| download | kmi-3dbd8c34176312b0bd3aba2309d284ac83181411.tar.gz kmi-3dbd8c34176312b0bd3aba2309d284ac83181411.zip | |
visionfive2 boots
+ Make 8250 serial driver more generic
+ Still TODO: write a tutorial on how to boot on the visionfive2
Diffstat (limited to 'arch/riscv64/config.h')
| -rw-r--r-- | arch/riscv64/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/riscv64/config.h b/arch/riscv64/config.h index 3eb2e72..a2694d5 100644 --- a/arch/riscv64/config.h +++ b/arch/riscv64/config.h @@ -21,8 +21,7 @@ #include <kmi/sizes.h> /* --- START ARCH USER CONFIG VALUES --- */ -/** Physical address to where the OS image will be loaded. */ -//#define RAM_BASE 0x80000000 +/* nada for now */ /* --- END ARCH USER CONFIG VALUES --- */ /* don't touch >:( */ |
