Skip to content

Commit

Permalink
Placing files in good directories
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed Jun 1, 2020
1 parent 89cf105 commit fb0a376
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions config/coreboot-kgpe-d16_server.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ CONFIG_COREBOOT_ROMSIZE_KB_16384=y
# CONFIG_DRIVERS_INTEL_WIFI is not set
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y
CONFIG_PAYLOAD_LINUX=y
CONFIG_PAYLOAD_FILE="../../build/kgpe-d16/bzImage"
CONFIG_PAYLOAD_FILE="../../build/kgpe-d16_server/bzImage"
CONFIG_LINUX_COMMAND_LINE="nohz=on console=ttyS1,115200n8 earlyprintk=ttyS1,115200 "
CONFIG_LINUX_INITRD="../../build/kgpe-d16/initrd.cpio.xz"
CONFIG_LINUX_INITRD="../../build/kgpe-d16_server/initrd.cpio.xz"
5 changes: 3 additions & 2 deletions config/coreboot-kgpe-d16_workstation.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_LOCALVERSION="heads"
CONFIG_ANY_TOOLCHAIN=y
CONFIG_USE_OPTION_TABLE=y
# CONFIG_COLLECT_TIMESTAMPS is not set
CONFIG_VENDOR_ASUS=y
Expand All @@ -9,6 +10,6 @@ CONFIG_COREBOOT_ROMSIZE_KB_16384=y
# CONFIG_DRIVERS_INTEL_WIFI is not set
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y
CONFIG_PAYLOAD_LINUX=y
CONFIG_PAYLOAD_FILE="../../build/kgpe-d16/bzImage"
CONFIG_PAYLOAD_FILE="../../build/kgpe-d16_workstation/bzImage"
CONFIG_LINUX_COMMAND_LINE="nohz=on "
CONFIG_LINUX_INITRD="../../build/kgpe-d16/initrd.cpio.xz"
CONFIG_LINUX_INITRD="../../build/kgpe-d16_workstation/initrd.cpio.xz"

0 comments on commit fb0a376

Please sign in to comment.