File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export CONFIG_COREBOOT=y
7
7
export CONFIG_COREBOOT_VERSION=4.19
8
8
export CONFIG_LINUX_VERSION=5.10.5
9
9
10
- CONFIG_COREBOOT_CONFIG=config/coreboot-t430 -legacy-flash.config
10
+ CONFIG_COREBOOT_CONFIG=config/coreboot-x230 -legacy-flash.config
11
11
CONFIG_LINUX_CONFIG=config/linux-x230-flash.config
12
12
13
13
#Add bare minimal tools for flashing boards
Original file line number Diff line number Diff line change @@ -33,7 +33,11 @@ CONFIG_HAVE_ASAN_IN_RAMSTAGE=y
33
33
CONFIG_TSEG_STAGE_CACHE=y
34
34
# CONFIG_UPDATE_IMAGE is not set
35
35
CONFIG_BOOTSPLASH_IMAGE=y
36
- CONFIG_BOOTSPLASH_FILE="@BRAND_DIR@/bootsplash-1024x768.jpg"
36
+ CONFIG_BOOTSPLASH_FILE="@BRAND_DIR@/bootsplash.jpg"
37
+ CONFIG_BOOTSPLASH_CONVERT=y
38
+ CONFIG_BOOTSPLASH_CONVERT_QUALITY=70
39
+ # CONFIG_BOOTSPLASH_CONVERT_RESIZE is not set
40
+ # CONFIG_BOOTSPLASH_CONVERT_COLORSWAP is not set
37
41
CONFIG_FW_CONFIG=y
38
42
CONFIG_FW_CONFIG_SOURCE_CBFS=y
39
43
Original file line number Diff line number Diff line change @@ -33,7 +33,11 @@ CONFIG_HAVE_ASAN_IN_RAMSTAGE=y
33
33
CONFIG_TSEG_STAGE_CACHE=y
34
34
# CONFIG_UPDATE_IMAGE is not set
35
35
CONFIG_BOOTSPLASH_IMAGE=y
36
- CONFIG_BOOTSPLASH_FILE="@BRAND_DIR@/bootsplash-1024x768.jpg"
36
+ CONFIG_BOOTSPLASH_FILE="@BRAND_DIR@/bootsplash.jpg"
37
+ CONFIG_BOOTSPLASH_CONVERT=y
38
+ CONFIG_BOOTSPLASH_CONVERT_QUALITY=70
39
+ # CONFIG_BOOTSPLASH_CONVERT_RESIZE is not set
40
+ # CONFIG_BOOTSPLASH_CONVERT_COLORSWAP is not set
37
41
CONFIG_FW_CONFIG=y
38
42
CONFIG_FW_CONFIG_SOURCE_CBFS=y
39
43
You can’t perform that action at this time.
0 commit comments