From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Brunck Date: Tue, 22 Mar 2011 09:30:00 +0100 Subject: [U-Boot] [PATCH v3 00/23] keymile board update In-Reply-To: <4D883E2A.6040301@denx.de> References: <4D883E2A.6040301@denx.de> Message-ID: <4D885E08.2070107@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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