Skip to content

Commit c85e12b

Browse files
committed
boards: qemu_rx: Disable bin output
Disable .bin output as it's not used for this target Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
1 parent 32aa306 commit c85e12b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boards/qemu/rx/qemu_rx_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Copyright (c) 2024 Renesas Electronics Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4+
CONFIG_BUILD_OUTPUT_BIN=n
45
# Enable UART driver
56
CONFIG_SERIAL=y
67

78
# Enable console
89
CONFIG_CONSOLE=y
910
CONFIG_UART_CONSOLE=y
1011

11-
CONFIG_QEMU_ICOUNT_SHIFT=5
12+
CONFIG_QEMU_ICOUNT_SHIFT=6
1213
CONFIG_QEMU_ICOUNT=y

0 commit comments

Comments
 (0)