diff options
| author | Anand Moon <[email protected]> | 2024-06-23 23:10:21 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-05 13:57:02 -0600 |
| commit | 608a88c2709cc46c3de0f0ecd9206866b58c256f (patch) | |
| tree | a0d83472ef697c2adf4942d123282a2e90b349e8 /boot | |
| parent | 17c39e700c634516887079ad961df99fe63b080d (diff) | |
Fix Kconfig coding style from spaces to tab
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Anand Moon <[email protected]>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 11175fb7bb2..ffcae840a50 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -150,10 +150,10 @@ config FIT_IMAGE_POST_PROCESS processed before being added to the FIT image). config FIT_PRINT - bool "Support FIT printing" - default y - help - Support printing the content of the fitImage in a verbose manner. + bool "Support FIT printing" + default y + help + Support printing the content of the fitImage in a verbose manner. config SPL_FIT bool "Support Flattened Image Tree within SPL" |
