aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorStefan Roese2022-09-15 15:21:21 +0200
committerStefan Roese2022-09-20 06:39:43 +0200
commitc686d35b4377a7cd47f0bf27308908cfdeb6bec3 (patch)
tree8a2b118eb3704ddd730785dc87d0edc38dca05da /configs
parent4a08c26647cf1f5aeaf4cc573020d976d19f810a (diff)
arm: mvebu: theadorable: Misc defconfig changes
- Remove EFI support as it's not used on this board - Disable CONFIG_FIT_PRINT to reduce the serial output (minimal speedup) Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/theadorable_debug_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/theadorable_debug_defconfig b/configs/theadorable_debug_defconfig
index 9074ca1620b..3d84bf9d57a 100644
--- a/configs/theadorable_debug_defconfig
+++ b/configs/theadorable_debug_defconfig
@@ -22,6 +22,7 @@ CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xff0000
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_FIT=y
+# CONFIG_FIT_PRINT is not set
CONFIG_BOOTDELAY=3
CONFIG_USE_PREBOOT=y
# CONFIG_CONSOLE_MUX is not set
@@ -98,3 +99,5 @@ CONFIG_VIDEO_MVEBU=y
CONFIG_BMP_16BPP=y
CONFIG_BMP_24BPP=y
CONFIG_BMP_32BPP=y
+CONFIG_FAT_WRITE=y
+# CONFIG_EFI_LOADER is not set