xfdump_layout: add some comments
This commit is contained in:
parent
c2e64c8c6e
commit
318ee695c2
|
|
@ -1,7 +1,7 @@
|
||||||
// XFLASH memory layout
|
// XFLASH memory layout
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "bootapp.h"
|
#include "bootapp.h" // for RAMSIZE
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#define XFLASH_SIZE 0x40000ul // size of XFLASH
|
#define XFLASH_SIZE 0x40000ul // size of XFLASH
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue