diff options
author | Wolfgang Denk <wd@denx.de> | 2021-09-27 18:42:39 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-30 16:08:16 +0300 |
commit | 0cf207ec01cbacae47585fcc26591dd2296507d6 (patch) | |
tree | 573cfefc2ab21a033ae98fa2afbd57f1f6528496 /include/configs | |
parent | 0a50b3c97b3408e52589d873d4c7b54ad365a76c (diff) | |
download | u-boot-0cf207ec01cbacae47585fcc26591dd2296507d6.tar.xz |
WS cleanup: remove SPACE(s) followed by TAB
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/at91sam9263ek.h | 4 | ||||
-rw-r--r-- | include/configs/corenet_ds.h | 2 | ||||
-rw-r--r-- | include/configs/imx7-cm.h | 6 | ||||
-rw-r--r-- | include/configs/ls1043a_common.h | 2 | ||||
-rw-r--r-- | include/configs/novena.h | 2 | ||||
-rw-r--r-- | include/configs/omap3_beagle.h | 2 | ||||
-rw-r--r-- | include/configs/opos6uldev.h | 2 | ||||
-rw-r--r-- | include/configs/socrates.h | 10 |
8 files changed, 15 insertions, 15 deletions
diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index f8df5b0eb7..e7fca468aa 100644 --- a/include/configs/at91sam9263ek.h +++ b/include/configs/at91sam9263ek.h @@ -86,7 +86,7 @@ (AT91_PMC_PLLAR_29 | \ AT91_PMC_PLLXR_OUT(MASTER_PLL_OUT) | \ AT91_PMC_PLLXR_PLLCOUNT(63) | \ - AT91_PMC_PLLXR_MUL(MASTER_PLL_MUL - 1) | \ + AT91_PMC_PLLXR_MUL(MASTER_PLL_MUL - 1) | \ AT91_PMC_PLLXR_DIV(MASTER_PLL_DIV)) /* PCK/2 = MCK Master Clock from PLLA */ @@ -96,7 +96,7 @@ /* PCK/2 = MCK Master Clock from PLLA */ #define CONFIG_SYS_MCKR2_VAL \ - (AT91_PMC_MCKR_CSS_PLLA | AT91_PMC_MCKR_PRES_1 | \ + (AT91_PMC_MCKR_CSS_PLLA | AT91_PMC_MCKR_PRES_1 | \ AT91_PMC_MCKR_MDIV_2) /* define PDC[31:16] as DATA[31:16] */ diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index 2a0a6beaf6..01f4dba9e9 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -148,7 +148,7 @@ #define PIXIS_LBMAP_ALTBANK 0x40 #define CONFIG_SYS_FLASH_QUIET_TEST -#define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ +#define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ #define CONFIG_SYS_MAX_FLASH_BANKS 2 /* number of banks */ #define CONFIG_SYS_MAX_FLASH_SECT 1024 /* sectors per device */ diff --git a/include/configs/imx7-cm.h b/include/configs/imx7-cm.h index 270c44eb02..4d4c94b74e 100644 --- a/include/configs/imx7-cm.h +++ b/include/configs/imx7-cm.h @@ -20,9 +20,9 @@ /* * Use: - * boot-mode=mix - * boot-mode=sd - * boot-mode=net + * boot-mode=mix + * boot-mode=sd + * boot-mode=net */ #define MY_CONFIG_BOOT_MODE "boot-mode=sd\0" diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index f6909d05a0..6cae6c1396 100644 --- a/include/configs/ls1043a_common.h +++ b/include/configs/ls1043a_common.h @@ -219,7 +219,7 @@ "hwconfig=fsl_ddr:bank_intlv=auto\0" \ "fdt_high=0xffffffffffffffff\0" \ "initrd_high=0xffffffffffffffff\0" \ - "fdt_addr=0x64f00000\0" \ + "fdt_addr=0x64f00000\0" \ "kernel_addr=0x61000000\0" \ "scriptaddr=0x80000000\0" \ "scripthdraddr=0x80080000\0" \ diff --git a/include/configs/novena.h b/include/configs/novena.h index 46c530161a..28fb1b8d75 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -104,7 +104,7 @@ "kernel_addr_r="__stringify(CONFIG_SYS_LOAD_ADDR)"\0" \ "pxefile_addr_r="__stringify(CONFIG_SYS_LOAD_ADDR)"\0" \ "scriptaddr="__stringify(CONFIG_SYS_LOAD_ADDR)"\0" \ - "ramdisk_addr_r=0x28000000\0" \ + "ramdisk_addr_r=0x28000000\0" \ "fdt_addr_r=0x18000000\0" \ "fdtfile=imx6q-novena.dtb\0" \ "stdout=serial,vidconsole\0" \ diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 265b1e2197..8c830d916c 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -203,7 +203,7 @@ "${defargs} " \ "${optargs} " \ "root=${ramroot} ramdisk_size=${ramdisk_size} " \ - "rootfstype=${ramrootfstype}\0" \ + "rootfstype=${ramrootfstype}\0" \ "ramboot=run mmcbootenv; " \ "if run loadimage && run loaddtb && run loadramdisk; then " \ "echo Booting ${bootdir}/${bootfile} from mmc ${bootpart} w/ramdisk ...; " \ diff --git a/include/configs/opos6uldev.h b/include/configs/opos6uldev.h index 33bc30e39d..f9db8efd2f 100644 --- a/include/configs/opos6uldev.h +++ b/include/configs/opos6uldev.h @@ -75,7 +75,7 @@ "mmcrootfstype=ext4 rootwait\0" \ "kernelimg=" __stringify(CONFIG_BOARD_NAME) "-linux.bin\0" \ "splashpos=0,0\0" \ - "splashimage=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \ + "splashimage=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \ "videomode=video=ctfb:x:800,y:480,depth:18,pclk:33033,le:96,ri:96,up:20,lo:21,hs:64,vs:4,sync:0,vmode:0\0" \ "check_env=if test -n ${flash_env_version}; " \ "then env default env_version; " \ diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 400cea479e..4fd119ce85 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -129,7 +129,7 @@ #define CONFIG_SYS_FPGA_SIZE 0x00100000 /* 1 MB */ #define CONFIG_SYS_HMI_BASE 0xc0010000 #define CONFIG_SYS_BR3_PRELIM 0xc0001881 /* UPMA, 32-bit */ -#define CONFIG_SYS_OR3_PRELIM 0xfff00000 /* 1 MB */ +#define CONFIG_SYS_OR3_PRELIM 0xfff00000 /* 1 MB */ #define CONFIG_SYS_NAND_BASE (CONFIG_SYS_FPGA_BASE + 0x70) #define CONFIG_SYS_MAX_NAND_DEVICE 1 @@ -246,17 +246,17 @@ "era fe000000 fe1dffff;" \ "cp.b 100000 fe000000 ${filesize};" \ "setenv filesize;saveenv\0" \ - "update_fdt=tftp 100000 ${fdt_file};" \ + "update_fdt=tftp 100000 ${fdt_file};" \ "era fe1e0000 fe1fffff;" \ "cp.b 100000 fe1e0000 ${filesize};" \ "setenv filesize;saveenv\0" \ - "update_initrd=tftp 100000 ${initrd_file};" \ + "update_initrd=tftp 100000 ${initrd_file};" \ "era fe200000 fe9fffff;" \ "cp.b 100000 fe200000 ${filesize};" \ "setenv filesize;saveenv\0" \ "clean_data=era fea00000 fff5ffff\0" \ - "usbargs=setenv bootargs root=/dev/sda1 rw\0" \ - "load_usb=usb start;" \ + "usbargs=setenv bootargs root=/dev/sda1 rw\0" \ + "load_usb=usb start;" \ "ext2load usb 0:1 ${kernel_addr_r} /boot/uImage\0" \ "boot_usb=run load_usb usbargs addcons;" \ "bootm ${kernel_addr_r} - ${fdt_addr};" \ |