diff options
author | Nick Andrew <nick@nick-andrew.net> | 2009-01-03 02:59:37 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-01-06 05:28:09 -0500 |
commit | 2a94739c70c95d13d3428fb5809d7037ed9ecb94 (patch) | |
tree | 7bb47957c492731e7667a2f6d74d58c2bd61ffc6 /arch/powerpc/boot/Makefile | |
parent | 8eb09d8d24e7d71e9888e7a877f23d37fce65f2b (diff) |
trivial: Fix misspelling of "firmware" in powerpc Makefile
Fix misspelling of "firmware" in powerpc Makefile
It's spelled "firmware".
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r-- | arch/powerpc/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index f32829937aad..ab6dda372438 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -208,7 +208,7 @@ image-$(CONFIG_DEFAULT_UIMAGE) += uImage | |||
208 | # | 208 | # |
209 | # Theses are default targets to build images which embed device tree blobs. | 209 | # Theses are default targets to build images which embed device tree blobs. |
210 | # They are only required on boards which do not have FDT support in firmware. | 210 | # They are only required on boards which do not have FDT support in firmware. |
211 | # Boards with newish u-boot firmare can use the uImage target above | 211 | # Boards with newish u-boot firmware can use the uImage target above |
212 | # | 212 | # |
213 | 213 | ||
214 | # Board ports in arch/powerpc/platform/40x/Kconfig | 214 | # Board ports in arch/powerpc/platform/40x/Kconfig |