]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imx: mx6sabre common: Factorize the Pfuze init function
authorYe.Li <B37916@freescale.com>
Thu, 6 Nov 2014 08:28:59 +0000 (16:28 +0800)
committerStefano Babic <sbabic@denx.de>
Thu, 20 Nov 2014 09:50:20 +0000 (10:50 +0100)
commit5051ff5fb0ad44fae480f6af9f2c501f10dd065d
treef26f34c19b9c467500d10209bdeeeb42e6ce5211
parent36523e9b0a17c2ea12b998e57ee3b3591ed719b3
imx: mx6sabre common: Factorize the Pfuze init function

Since the Pfuze initializations are similar on various mx6 SABRE
boards. Factorize the initialization to a common function in file
board/freescale/common/pfuze.c. So that all SABRE boards BSP can
share the function.

Signed-off-by: Ye.Li <B37916@freescale.com>
board/freescale/common/Makefile
board/freescale/common/pfuze.c [new file with mode: 0644]
board/freescale/common/pfuze.h [new file with mode: 0644]