Re: [U-Boot] [PATCH v2] nds32: Enable FPU if the version of CPU supported

2013-07-25 Thread Macpaul Lin
Hi Kuan-Yu, 2013/7/25 Kuan-Yu Kuo : > Some version of Andes core support FPU coprocessor, > if this is the case, and toolchain support FPU instruction set, > we should enable it at low level initialization time. > > Signed-off-by: Kuan-Yu Kuo > Cc: Macpaul Lin > --- > Change for v2: >- Add c

[U-Boot] [PATCH v2] nds32: Enable FPU if the version of CPU supported

2013-07-24 Thread Kuan-Yu Kuo
Some version of Andes core support FPU coprocessor, if this is the case, and toolchain support FPU instruction set, we should enable it at low level initialization time. Signed-off-by: Kuan-Yu Kuo Cc: Macpaul Lin --- Change for v2: - Add compile option to determine if current used toolchain s