From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Thu, 20 Nov 2014 09:12:33 +0800 Subject: [U-Boot] [PATCH 0/6] ARM: at91: SAMA5: extract the common sama5 chip configurations to a common header In-Reply-To: <1416394985-10657-1-git-send-email-josh.wu@atmel.com> References: <1416394985-10657-1-git-send-email-josh.wu@atmel.com> Message-ID: <546D4001.9010102@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Josh, On 11/19/2014 07:02 PM, Josh Wu wrote: > This patch series reorganized the configurations for SAMA5 chips. > Make the common part into one file. > That way we don't need to have many copy of the same configurations. Thanks for this patch. However, the u-boot is switching to Kconfig, so in the following time, the configuration option will move to Kconfig. So I think now we keep it as is. I think at this phase, we can move the configuration in header file to Kconfig, maybe this is a good choice. > Josh Wu (6): > ARM: at91: sama5d3_xplained: spl: enable PMECC header generation > ARM: at91: sama5: move the common part of configurations to > at91-sama5_common.h > ARM: at91: sama5d3_xplained: set ENV_FAT_DEVICE_AND_PART intead of > using number > ARM: at91: sama5d3: mmc: save enviroment as a fat file (uboot.env) > ARM: at91: sama5: move the bootcmd definition to the common header > ARM: at91: at91sam9x5: mmc: save environment as a file in FAT > partition. > > include/configs/at91-sama5_common.h | 126 ++++++++++++++++++++++++++++++++++++ > include/configs/at91sam9x5ek.h | 12 ++-- > include/configs/sama5d3_xplained.h | 100 ++-------------------------- > include/configs/sama5d3xek.h | 114 ++------------------------------ > include/configs/sama5d4_xplained.h | 116 ++------------------------------- > include/configs/sama5d4ek.h | 116 ++------------------------------- > 6 files changed, 153 insertions(+), 431 deletions(-) > create mode 100644 include/configs/at91-sama5_common.h > Best Regards, Bo Shen