trivial: fix a few arm builds
This commit is contained in:
parent
652cafd729
commit
d727922b97
2 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ static const kernel_frame_t BOOT_RODATA kernel_devices[] = {
|
|||
WDT1_PADDR,
|
||||
WDT1_PPTR,
|
||||
true /* armExecuteNever */
|
||||
}
|
||||
},
|
||||
{
|
||||
/* CMPER */
|
||||
CMPER_PADDR,
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
#define physBase 0x80000000
|
||||
#define kernelBase 0xe0000000
|
||||
|
||||
static const BOOT_RODATA kernel_devices[] = {
|
||||
static const BOOT_RODATA kernel_frame_t kernel_devices[] = {
|
||||
{
|
||||
/* timer used as PIT */
|
||||
TIMER_PADDR,
|
||||
|
|
@ -44,7 +44,7 @@ static const BOOT_RODATA kernel_devices[] = {
|
|||
true /* armExecuteNever */
|
||||
#endif /* CONFIG_PRINTING */
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/* Available physical memory regions on platform (RAM) */
|
||||
/* NOTE: Regions are not allowed to be adjacent! */
|
||||
|
|
|
|||
Loading…
Reference in a new issue