Hi Zhhwu,
On Sun, April 12, 2009 4:09 am, zhhwu wrote:
>
> deos any one know how to compile a kernel with FASS?
> Or is there any step_by_step docs ?
FASS is controlled by macro CONFIG_ENABLE_FASS. It's enabled automatically
for ARMv5 architectures - you can see this in pistachio/SConscript:
if arch == "arm":
if arch_version == 5:
cppdefines += [("CONFIG_ARM_VER", 5)]
cppdefines += [("CONFIG_ENABLE_FASS", 1)]
Best regards,
Josh
_______________________________________________
Developer mailing list
[hidden email]
https://lists.okl4.org/mailman/listinfo/developer