define the macro SCC_BOOTINFO, which defines the address of the boot parameters

This commit is contained in:
Stefan Lankes 2011-04-13 11:10:47 -07:00
parent 9fb28ccfd9
commit a9ce93d119

View file

@ -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)