define the macro SCC_BOOTINFO, which defines the address of the boot parameters
This commit is contained in:
parent
9fb28ccfd9
commit
a9ce93d119
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ extern "C" {
|
|||
#define PRIVATE_MEM1_END 0x13FFFFFF
|
||||
#define PRIVATE_MEM2_START 0xFF000000
|
||||
#define PRIVATE_MEM2_END 0xFFFFFFFF
|
||||
#define SCC_BOOTINFO 0x80000
|
||||
|
||||
#define BUILTIN_EXPECT(exp, b) __builtin_expect((exp), (b))
|
||||
//#define BUILTIN_EXPECT(exp, b) (exp)
|
||||
|
|
Loading…
Add table
Reference in a new issue