diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-06-22 23:59:00 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-06-22 23:59:00 +0200 | 
| commit | 1636d1c8529c006d106287cfbc20cd0a246fe1cb (patch) | |
| tree | cd39e784361c2bcef43cfc38d39b1670ce22d539 /include/configs/TQM5200.h | |
| parent | 2dc64451b4c08ffd619372abfdc2506a2e2363b9 (diff) | |
| download | olio-uboot-2014.01-1636d1c8529c006d106287cfbc20cd0a246fe1cb.tar.xz olio-uboot-2014.01-1636d1c8529c006d106287cfbc20cd0a246fe1cb.zip | |
Coding stylke cleanup; rebuild CHANGELOG
Diffstat (limited to 'include/configs/TQM5200.h')
| -rw-r--r-- | include/configs/TQM5200.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index 9da1d884b..aa3627b4d 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -44,7 +44,7 @@  #define CFG_MPC5XXX_CLKIN	33000000 /* ... running at 33.000000MHz		*/ -#define BOOTFLAG_COLD		0x01	/* Normal Power-On: Boot from FLASH 	*/ +#define BOOTFLAG_COLD		0x01	/* Normal Power-On: Boot from FLASH	*/  #define BOOTFLAG_WARM		0x02	/* Software reboot			*/  #define CFG_CACHELINE_SIZE	32	/* For MPC5xxx CPUs			*/ @@ -238,7 +238,7 @@  	"fdt_file=/tftpboot/tqm5200/tqm5200.dtb\0"			\  	"u-boot=/tftpboot/tqm5200/u-boot.bin\0"  #else -#define CUSTOM_ENV_SETTINGS 						\ +#define CUSTOM_ENV_SETTINGS						\  	"bootfile=cam5200/uImage\0"					\  	"u-boot=cam5200/u-boot.bin\0"					\  	"setup=tftp 200000 cam5200/setup.img; autoscr 200000\0" |