Skip to content

Commit 35625c1

Browse files
tejlmandkartben
authored andcommitted
boards: samples: remove CONFIG_BUILD_NO_GAP_FILL=y and similar
Gap filling in hex files are now disabled per default, and therefore there is no reason to explicitly disable gap filling. It has never been possible to disable gap filling in binary files. Disabling gap filling would just result in the binary file to be gap filled with the tool's default value, objcopy=0x00. Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent 71fd4d9 commit 35625c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+0
-45
lines changed

boards/acrn/acrn/acrn_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
1313
CONFIG_BUILD_OUTPUT_BIN=y
1414
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
1515
CONFIG_KERNEL_VM_SIZE=0x1000000
16-
CONFIG_BUILD_NO_GAP_FILL=y

boards/acrn/acrn/acrn_ehl_crb_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1900000000
1313
CONFIG_BUILD_OUTPUT_BIN=y
1414
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
1515
CONFIG_KERNEL_VM_SIZE=0x1000000
16-
CONFIG_BUILD_NO_GAP_FILL=y
1716
CONFIG_APIC_TSC_DEADLINE_TIMER=y
1817
CONFIG_APIC_TIMER_IRQ_PRIORITY=1
1918
CONFIG_SMP=y

boards/intel/adl/intel_adl_crb_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ CONFIG_UART_CONSOLE=y
99
CONFIG_X2APIC=y
1010
CONFIG_SMP=y
1111
CONFIG_BUILD_OUTPUT_EFI=y
12-
CONFIG_BUILD_NO_GAP_FILL=y

boards/intel/adl/intel_adl_rvp_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ CONFIG_UART_CONSOLE=y
99
CONFIG_X2APIC=y
1010
CONFIG_SMP=y
1111
CONFIG_BUILD_OUTPUT_EFI=y
12-
CONFIG_BUILD_NO_GAP_FILL=y

boards/intel/ehl/intel_ehl_crb_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ CONFIG_UART_CONSOLE=y
88
CONFIG_X2APIC=y
99
CONFIG_SMP=y
1010
CONFIG_BUILD_OUTPUT_EFI=y
11-
CONFIG_BUILD_NO_GAP_FILL=y
1211
CONFIG_PCIE_PRT=n

boards/intel/rpl/intel_rpl_p_crb_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ CONFIG_UART_CONSOLE=y
1010
CONFIG_X2APIC=y
1111
CONFIG_SMP=y
1212
CONFIG_BUILD_OUTPUT_EFI=y
13-
CONFIG_BUILD_NO_GAP_FILL=y

boards/intel/rpl/intel_rpl_s_crb_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ CONFIG_UART_CONSOLE=y
1010
CONFIG_X2APIC=y
1111
CONFIG_SMP=y
1212
CONFIG_BUILD_OUTPUT_EFI=y
13-
CONFIG_BUILD_NO_GAP_FILL=y

boards/renesas/ek_ra2a1/ek_ra2a1_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
1313
CONFIG_CONSOLE=y
1414

1515
CONFIG_BUILD_OUTPUT_HEX=y
16-
CONFIG_BUILD_NO_GAP_FILL=y
1716
CONFIG_CLOCK_CONTROL=y

boards/renesas/ek_ra4e2/ek_ra4e2_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ CONFIG_UART_CONSOLE=y
1313
CONFIG_CONSOLE=y
1414

1515
CONFIG_BUILD_OUTPUT_HEX=y
16-
CONFIG_BUILD_NO_GAP_FILL=y
1716
CONFIG_CLOCK_CONTROL=y

boards/renesas/ek_ra4m2/ek_ra4m2_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ CONFIG_UART_CONSOLE=y
1313
CONFIG_CONSOLE=y
1414

1515
CONFIG_BUILD_OUTPUT_HEX=y
16-
CONFIG_BUILD_NO_GAP_FILL=y
1716
CONFIG_CLOCK_CONTROL=y

0 commit comments

Comments
 (0)