
Hello Prafulla,
Heiko Schocher wrote:
Prafulla Wadaskar wrote:
Since there is heavy rework, Also take a look at mv-common.h that we have created for armada100 and Kirkwood common boards configs. With this we had an abstraction where mostly files are only added to any new board support.
Ok, I look in it, maybe we can use them to simplify the config files for the kirkwood based boards.
thanks for the proposal. I had a look at mv-common.h and yes there are many config options which would be ok for us. But there are many which are not suited for us e.g.: CONFIG_SYS_MAXARGS (we got 32) CONFIG_CONS_INDEX (we have one board in the queue were the serial console is on UART1) CONFIG_SYS_PROMPT
others are in keymile-common.h because they are valid also for our powerpc boards e.g.: CONFIG_SYS_LONGHELP CONFIG_AUTO_COMPLETE
So I don't think that this header would help us to simplify our code.
Best regards Holger Brunck