From a9ce93d119c2709a766c19b9cfa32a0b594b1100 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Wed, 13 Apr 2011 11:10:47 -0700 Subject: [PATCH] define the macro SCC_BOOTINFO, which defines the address of the boot parameters --- include/metalsvm/config.h.example | 1 + 1 file changed, 1 insertion(+) diff --git a/include/metalsvm/config.h.example b/include/metalsvm/config.h.example index 6549d1d1..31c02682 100644 --- a/include/metalsvm/config.h.example +++ b/include/metalsvm/config.h.example @@ -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)