[U-Boot] [RFC Patch 1/2] powerpc: Move fsl_errata.h out of arch/powerpc
York Sun
yorksun at freescale.com
Thu Nov 20 18:50:23 CET 2014
On 11/19/2014 08:05 PM, Prabhakar Kushwaha wrote:
> Hi York,
>
> On 11/20/2014 2:54 AM, York Sun wrote:
>> This header file becomes common for both powerpc and arm SoCs.
>>
>> Signed-off-by: York Sun <yorksun at freescale.com>
>> CC: Alison Wang <alison.wang at freescale.com>
>> CC: Nikhil Badola <nikhil.badola at freescale.com>
>> ---
>> This patch is needed if USB is enabled for LS1021 SoC.
>>
>> arch/powerpc/cpu/mpc85xx/cmd_errata.c | 2 +-
>> arch/powerpc/cpu/mpc85xx/cpu_init.c | 2 +-
>> drivers/usb/host/ehci-fsl.c | 2 +-
>> {arch/powerpc/include/asm => include}/fsl_errata.h | 5 +++++
>> 4 files changed, 8 insertions(+), 3 deletions(-)
>> rename {arch/powerpc/include/asm => include}/fsl_errata.h (95%)
>
> We should also move cmd_errata.c outside arch/powerpc/. otherwise it
> needs to be complied specially for LS1
>
I am now trying to resolve a conflict between LS1 and powerpc for USB so I can
apply some pending patches. I do plan to move out cmd_errata.c to common, but
not in this patch.
York
More information about the U-Boot
mailing list