summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorAlex Gonzalez <alex.gonzalez@digi.com>2011-03-18 10:47:24 -0500
committerAlex Gonzalez <alex.gonzalez@digi.com>2011-03-18 13:27:45 -0500
commitb9ca4a154ee65e5803173c0dae876bb4248926ed (patch)
treeb7e7e699b6bd81c559159b0b539cfc3e255381d5 /arch/arm/boot
parent30259cf3555de6a701ce2c221188d021dfc83301 (diff)
mx28: Further machine specific changes
Correct some missing defines from the initial platform commit. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile
index cdc849830d68..317ca0a9002c 100644
--- a/arch/arm/boot/Makefile
+++ b/arch/arm/boot/Makefile
@@ -67,10 +67,10 @@ quiet_cmd_uimage = UIMAGE $@
-n 'Linux-$(KERNELRELEASE)' -d $< $@
quiet_cmd_sbImage = SBIMAGE $@
- cmd_sbimage = $(ELFTOSB) -z -c ./imx-bootlets/linux.bd -p arch/arm/boot/ -o sbImage-cpx2
+ cmd_sbimage = $(ELFTOSB) -z -c ./imx-bootlets/linux.bd -p arch/arm/boot/ -o arch/arm/boot/sbImage
quiet_cmd_sbivtImage = SBIVTIMAGE $@
- cmd_sbivtimage = $(ELFTOSB) -z -f imx28 -c ./imx-bootlets/linux_ivt.bd -p arch/arm/boot/ -o sbImage_ivt-cpx2
+ cmd_sbivtimage = $(ELFTOSB) -z -f imx28 -c ./imx-bootlets/linux_ivt.bd -p arch/arm/boot/ -o arch/arm/boot/sbivtImage
ifeq ($(CONFIG_ZBOOT_ROM),y)
$(obj)/uImage: LOADADDR=$(CONFIG_ZBOOT_ROM_TEXT)