From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derald D. Woods Date: Mon, 26 Feb 2018 17:52:56 -0600 Subject: [U-Boot] [PATCH v3 0/3] ARM: omap3: beagle, evm: synchronize common setup In-Reply-To: <20180225185446.GB1188@ethiopia.woodsts.org> References: <20180225185446.GB1188@ethiopia.woodsts.org> Message-ID: <20180226235259.21413-1-woods.technical@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This short series is an attempt to make this set of boards use the same default configuration items where possible. This was prompted by an investigation into enabling SERIAL_SEARCH_ALL on omap3_evm. This feature now works for omap3_evm after this series. The series changes the default NAND layout of MTDPARTS_DEFAULT. More detail is provided with the patches. As most things are configurable now, this should not be an issue. I am trying to get simple defaults that just boot and expose the common core features. This will make future testing and maintenance a bit more predictable, as there will be a very similar and comparable set of boards. Derald D. Woods (3): ARM: omap3: beagle: Set 'mtdids' and 'mtdparts' in board file ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout ARM: omap3: evm: Sync with omap3_beagle configuration board/ti/beagle/beagle.c | 8 ++ configs/omap3_beagle_defconfig | 25 ++++- configs/omap3_evm_defconfig | 21 ++-- include/configs/omap3_beagle.h | 239 +++++++++++++++++++++++------------------ include/configs/omap3_evm.h | 71 ++++++------ 5 files changed, 212 insertions(+), 152 deletions(-) -- v3: - Leave environment in NAND v2: - update cover letter and remove 'RFC' from series - rebase and test on recent master -- 2.16.2