diff options
Diffstat (limited to 'riscv/platform.h')
-rw-r--r-- | riscv/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/platform.h b/riscv/platform.h index 2bafa68..7fffdc8 100644 --- a/riscv/platform.h +++ b/riscv/platform.h @@ -2,6 +2,7 @@ #ifndef _RISCV_PLATFORM_H #define _RISCV_PLATFORM_H +#define DEFAULT_KERNEL_BOOTARGS "console=ttyS0 earlycon" #define DEFAULT_RSTVEC 0x00001000 #define CLINT_BASE 0x02000000 #define CLINT_SIZE 0x000c0000 |