diff options
| author | Tom Rini <[email protected]> | 2021-09-30 10:26:43 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-30 10:26:43 -0400 |
| commit | c8988efc884c680eb4f34295df6689a7e312c15d (patch) | |
| tree | 573cfefc2ab21a033ae98fa2afbd57f1f6528496 /include/environment | |
| parent | 6eecaf5d0f6b9a500dd5798f1f2bc8296bcfe158 (diff) | |
| parent | 0cf207ec01cbacae47585fcc26591dd2296507d6 (diff) | |
Merge branch '2021-09-30-whitespace-cleanups' into next
- A large number of whitespace cleanups from Wolfgang
Diffstat (limited to 'include/environment')
| -rw-r--r-- | include/environment/distro/sf.h | 14 | ||||
| -rw-r--r-- | include/environment/ti/nand.h | 1 |
2 files changed, 7 insertions, 8 deletions
diff --git a/include/environment/distro/sf.h b/include/environment/distro/sf.h index e793be06c6f..62624d553c0 100644 --- a/include/environment/distro/sf.h +++ b/include/environment/distro/sf.h @@ -10,16 +10,16 @@ #if CONFIG_IS_ENABLED(CMD_SF) #define BOOTENV_SHARED_SF(devtypel) \ - #devtypel "_boot=" \ + #devtypel "_boot=" \ "if " #devtypel " probe ${busnum}; then " \ - "devtype=" #devtypel "; " \ - "run scan_sf_for_scripts; " \ + "devtype=" #devtypel "; " \ + "run scan_sf_for_scripts; " \ "fi\0" -#define BOOTENV_DEV_SF(devtypeu, devtypel, instance) \ - "bootcmd_" #devtypel #instance "=" \ - "busnum=" #instance "; " \ +#define BOOTENV_DEV_SF(devtypeu, devtypel, instance) \ + "bootcmd_" #devtypel #instance "=" \ + "busnum=" #instance "; " \ "run " #devtypel "_boot\0" -#define BOOTENV_DEV_NAME_SF(devtypeu, devtypel, instance) \ +#define BOOTENV_DEV_NAME_SF(devtypeu, devtypel, instance) \ #devtypel #instance " " #else #define BOOTENV_SHARED_SF(devtypel) diff --git a/include/environment/ti/nand.h b/include/environment/ti/nand.h index f2482e8c35e..11dcefcc41c 100644 --- a/include/environment/ti/nand.h +++ b/include/environment/ti/nand.h @@ -23,4 +23,3 @@ #else #define NANDARGS "" #endif - |
