Carl-Daniel Hailfinger wrote:
On 11.04.2009 23:13, Peter Stuge wrote:
Stefan Reinauer wrote:
- makedefine CACHE_AS_RAM_AUTO_C:=cache_as_ram_auto.c
Probably a dumb question... What's this good for?
My guess is that it will eventually become a single file, or just a small number of files, reused by many boards.
We have a small inconsistency in file naming. Some (few) CAR boards have auto.c for CAR, other CAR boards have cache_as_ram_auto.c for CAR. And ROMCC boards usually have auto.c. There are two ways out if we want to unify Config.lb:
- Rename the few CAR auto.c files to cache_as_ram_auto.c
- Handle it as variable in Config.lb
I still don't get the point. Is the point to remove the auto.c rules from Config.lb?