* "last user address" is set even if bootp is used without parameters
(and it uses default address).
+======================================================================
+Modifications for 1.0.6:
+======================================================================
+
+* Fixed "clocks_in_mhz" typo
+
======================================================================
Modifications for 1.0.5:
======================================================================
.ascii "\0"
#endif
#ifdef CONFIG_CLOCKS_IN_MHZ
- .ascii "clock_in_mhz=1\0"
+ .ascii "clocks_in_mhz=1\0"
#endif
/* terminate list of environment strings */
.ascii "\0"
#ifndef __VERSION_H__
#define __VERSION_H__
-#define PPCBOOT_VERSION "PPCBoot 1.0.5"
+#define PPCBOOT_VERSION "PPCBoot 1.0.6"
#endif /* __VERSION_H__ */