aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config/Options.lb14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index 39e4bf81c0..9a1a219e94 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -174,7 +174,7 @@ define CONFIG_CHIP_CONFIGURE
end
define CONFIG_USE_INIT
default 0
- export never
+ export used
comment "Use stage 1 initialization code"
end
@@ -236,6 +236,12 @@ define _ROMBASE
export always
comment "Base address of LinuxBIOS in ROM"
end
+define _ROMSTART
+ default none
+ format "0x%x"
+ export used
+ comment "Start address of LinuxBIOS in ROM"
+end
define _RESET
default {_ROMBASE}
format "0x%x"
@@ -266,6 +272,12 @@ define _RAMBASE
export always
comment "Base address of LinuxBIOS in RAM"
end
+define _RAMSTART
+ default none
+ format "0x%x"
+ export used
+ comment "Start address of LinuxBIOS in RAM"
+end
define USE_DCACHE_RAM
default 0
export used