
-----Original Message----- From: Prafulla Wadaskar [mailto:prafulla@marvell.com] Sent: Wednesday, October 27, 2010 7:18 PM To: u-boot@lists.denx.de Cc: Prabhanjan Sarnaik; Ashish Karkare; Prafulla Wadaskar Subject: [PATCH v2] [U-Boot] [RFC] kirkwood: get rid of config.mk files
After moving the definition of CONFIG_SYS_TEXT_BASE to the respective board config files, all Marvell kirkwood board have just a single and common entry in their config.mk files:
KWD_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/kwbimage.cfg
Replace the only reference to KWD_CONFIG in the top level Makefile by an equivalent setting, and remove all kirkwood config.mk files.
Signed-off-by: Wolfgang Denk <wd at denx.de http://lists.denx.de/mailman/listinfo/u-boot> Cc: Prafulla Wadaskar <prafulla at marvell.com http://lists.denx.de/mailman/listinfo/u-boot> Cc: Siddarth Gore <gores at marvell.com http://lists.denx.de/mailman/listinfo/u-boot> Cc: Simon Kagstrom <simon.kagstrom at netinsight.net http://lists.denx.de/mailman/listinfo/u-boot> Cc: Heiko Schocher <hs at denx.de http://lists.denx.de/mailman/listinfo/u-boot> Cc: Eric Cooper <ecc at cmu.edu http://lists.denx.de/mailman/listinfo/u- boot> Signed-off-by: Prafulla Wadaskar prafulla@marvell.com
Applied to u-boot-marvell.git master branch with modifications to cc info
Regards.. Prafulla . .