From c484b3c2ec2b9e57e807668f25255655d0e4da27 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 14 Jan 2019 21:21:47 -0500 Subject: Restructure KGPE-D16 coreboot target directories The intent is to create a simple rule of thumb where arguments are given beginning with those that relate to the device's physical attributes, such as flash chip size, continuing with arguments on how to use the hardware (e.g. display mode), and ending with anything else. --- projects/coreboot/configs/kgpe-d16/2mb/config | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 projects/coreboot/configs/kgpe-d16/2mb/config (limited to 'projects/coreboot/configs/kgpe-d16/2mb/config') diff --git a/projects/coreboot/configs/kgpe-d16/2mb/config b/projects/coreboot/configs/kgpe-d16/2mb/config new file mode 100644 index 00000000..adffe7ae --- /dev/null +++ b/projects/coreboot/configs/kgpe-d16/2mb/config @@ -0,0 +1,4 @@ +CONFIG_CBFS_SIZE=0x200000 +CONFIG_COREBOOT_ROMSIZE_KB_2048=y +CONFIG_COREBOOT_ROMSIZE_KB=2048 +CONFIG_ROM_SIZE=0x200000 -- cgit v1.2.3-70-g09d2