]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/coreboot/coreboot/Kconfig
x86: qemu: Create separate i440fx and q35 device trees
[people/ms/u-boot.git] / board / coreboot / coreboot / Kconfig
index 6a04158f16ac1ff93ecdfab42bde4c3492e5ca98..3ff64f40844a7782e4a006c7a5a3dd71e2ccbe9e 100644 (file)
@@ -16,21 +16,21 @@ comment "coreboot-specific options"
 
 config SYS_CONFIG_NAME
        string "Board configuration file"
-       default "chromebook_link"
+       default "qemu-x86"
        help
          This option selects the board configuration file in include/configs/
          directory to be used to build U-Boot for coreboot.
 
 config DEFAULT_DEVICE_TREE
        string "Board Device Tree Source (dts) file"
-       default "chromebook_link"
+       default "qemu-x86_i440fx"
        help
          This option selects the board Device Tree Source (dts) file in
          arch/x86/dts/ directory to be used to build U-Boot for coreboot.
 
 config SYS_CAR_ADDR
        hex "Board specific Cache-As-RAM (CAR) address"
-       default 0x19200000
+       default 0x01920000
        help
          This option specifies the board specific Cache-As-RAM (CAR) address.