commit | d9b083ec65eb48908ccd50e3409bc1844c5d6b60 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 01 16:17:54 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 13 07:24:58 2015 -0800 |
tree | 4cc766d671d314ddd621d538309d6df548dbb19f | |
parent | 37e403005cbb493e2a60eee14e7efbd4c8967551 [diff] [blame] |
x86: Correct XIP_ROM_SIZE This should default to the size of the ROM for faster execution before relocation. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ebf72b3..7d007bb 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig
@@ -53,7 +53,7 @@ config XIP_ROM_SIZE hex - default 0x10000 + default ROM_SIZE config CPU_ADDR_BITS int