diff mbox

[U-Boot,v2,01/22] x86: Correct XIP_ROM_SIZE

Message ID 1420154295-16633-2-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Jan. 1, 2015, 11:17 p.m. UTC
This should default to the size of the ROM for faster execution before
relocation.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v2: None

 arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Jan. 5, 2015, 5:39 p.m. UTC | #1
On 1 January 2015 at 16:17, Simon Glass <sjg@chromium.org> wrote:
> This should default to the size of the ROM for faster execution before
> relocation.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> Changes in v2: None

Applied to u-boot-x86/next.
diff mbox

Patch

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 RAMTOP
 
 config XIP_ROM_SIZE
 	hex
-	default 0x10000
+	default ROM_SIZE
 
 config CPU_ADDR_BITS
 	int