diff options
author | Nitin Garg <nitin.garg@freescale.com> | 2013-03-11 07:16:13 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2013-03-17 11:01:14 -0500 |
commit | 7dd6be730586dd40488d1093ccc309454abc4ca0 (patch) | |
tree | 3420850c8ed8eca2ee625f4ce40e1216e801a9ed /arch/arm | |
parent | 26495a16b17737d79dd8d26d1a06193e6b3442c1 (diff) |
ENGR00252418-1: Fix iMX53 build break due to Fuse commit
commit 2786868e5f56c95afd1642fe487203ac4fa523dc (ENGR00252418)
breaks the iMX5x builds as the fuse.c contains iMX6 specific
code in plat-mxc common devices.
Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
Diffstat (limited to 'arch/arm')
-rwxr-xr-x | arch/arm/plat-mxc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/Makefile b/arch/arm/plat-mxc/Makefile index 93be7b67ee41..cf0457cb5237 100755 --- a/arch/arm/plat-mxc/Makefile +++ b/arch/arm/plat-mxc/Makefile @@ -3,7 +3,7 @@ # # Common support -obj-y := clock.o gpio.o time.o devices.o cpu.o system.o irq-common.o usb_common.o usb_wakeup.o fuse.o +obj-y := clock.o gpio.o time.o devices.o cpu.o system.o irq-common.o usb_common.o usb_wakeup.o # MX51 uses the TZIC interrupt controller, older platforms use AVIC obj-$(CONFIG_MXC_TZIC) += tzic.o |