]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/x86/Kconfig
x86: chromebook_link: Implement CAR support (cache as RAM)
[karo-tx-uboot.git] / arch / x86 / Kconfig
index aa7cf779910edca925392e630622e4cde6cced95..f27d731bfd86ef55ff9c2c73f5e64c46b2fa0efa 100644 (file)
@@ -34,6 +34,22 @@ config TARGET_CHROMEBOOK_LINK
 
 endchoice
 
+config RAMBASE
+       hex
+       default 0x100000
+
+config RAMTOP
+       hex
+       default 0x200000
+
+config XIP_ROM_SIZE
+       hex
+       default 0x10000
+
+config CPU_ADDR_BITS
+       int
+       default 36
+
 config ROM_SIZE
        hex
        default 0x800000