diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-17 23:56:50 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-17 23:56:50 +0200 |
| commit | 19ffdc8218284937b1ac4fc8ef9a19a536b4a887 (patch) | |
| tree | 6226d6c04f169b5f54ab58034568aba7ed927c61 /lib/boot.h | |
| parent | d48a66377317771bb22c7b5e97661a91535be97f (diff) | |
fix: see below.
fix:
- match flash base address according to qemu `virt`.
- make use of correct offsets in the firmware's entrypoint.
refactor:
- rename flash.c to flash-driver.c
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'lib/boot.h')
| -rw-r--r-- | lib/boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ typedef ptrtype_t size_t; #define CB_BOOT_ADDR 0x1030000 #define CB_BOOT_ADDR_STR "0x1030000" #define CB_FRAMEBUFFER_ADDR 0x40000000L -#define CB_FLASH_BASE_ADDR 0x08000000 +#define CB_FLASH_BASE_ADDR 0x60000000 static inline void __sync_synchronize(void) { /// leave it as is. |
