mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
efi: Add dhrystone, dcache and scroll lines to app
Add these options to provide some performance measurement, see cache status and slightly speed up the appallingly slow console. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a76b60f820
commit
b7adb69e9a
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,7 @@ CONFIG_SYS_PBSIZE=532
|
|||
# CONFIG_CMD_BOOTM is not set
|
||||
CONFIG_CMD_PART=y
|
||||
# CONFIG_CMD_NET is not set
|
||||
CONFIG_CMD_CACHE=y
|
||||
CONFIG_CMD_TIME=y
|
||||
CONFIG_CMD_EXT2=y
|
||||
CONFIG_CMD_EXT4=y
|
||||
|
@ -39,7 +40,9 @@ CONFIG_BOOTFILE="bzImage"
|
|||
CONFIG_USE_ROOTPATH=y
|
||||
CONFIG_REGMAP=y
|
||||
CONFIG_SYSCON=y
|
||||
CONFIG_CONSOLE_SCROLL_LINES=5
|
||||
# CONFIG_REGEX is not set
|
||||
CONFIG_CMD_DHRYSTONE=y
|
||||
# CONFIG_GZIP is not set
|
||||
CONFIG_EFI=y
|
||||
CONFIG_EFI_APP_64BIT=y
|
||||
|
|
Loading…
Add table
Reference in a new issue