]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imx: mx6: unify source code for TX6Q and TX6DL
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 22 Jul 2013 10:31:31 +0000 (12:31 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 22 Jul 2013 10:31:31 +0000 (12:31 +0200)
commitae0d60ba0b7b6ff5401b076839db500066efc95e
tree29768bd271af6c3dd90aaea97b2fbd47a3a54592
parentfb2eed426cf64cde027ee26f7411e11bc477f3a7
imx: mx6: unify source code for TX6Q and TX6DL
18 files changed:
arch/arm/cpu/armv7/mx5/Makefile
arch/arm/cpu/armv7/mx6/asm-offsets.c [new file with mode: 0644]
arch/arm/include/asm/arch-mx6/mx6dl_pins.h [deleted file]
board/karo/tx6/Makefile [moved from board/karo/tx6dl/Makefile with 98% similarity]
board/karo/tx6/config.mk [moved from board/karo/tx6q/config.mk with 67% similarity]
board/karo/tx6/flash.c [moved from board/karo/tx6dl/flash.c with 100% similarity]
board/karo/tx6/lowlevel_init.S [moved from board/karo/tx6dl/lowlevel_init.S with 97% similarity]
board/karo/tx6/tx6qdl.c [moved from board/karo/tx6dl/tx6dl.c with 77% similarity]
board/karo/tx6/u-boot.lds [moved from board/karo/tx6q/u-boot.lds with 97% similarity]
board/karo/tx6dl/config.mk [deleted file]
board/karo/tx6dl/u-boot.lds [deleted file]
board/karo/tx6q/Makefile [deleted file]
board/karo/tx6q/flash.c [deleted file]
board/karo/tx6q/lowlevel_init.S [deleted file]
board/karo/tx6q/tx6q.c [deleted file]
boards.cfg
include/configs/tx6.h [moved from include/configs/tx6dl.h with 87% similarity]
include/configs/tx6q.h [deleted file]