From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Thu, 29 Oct 2015 12:25:45 -0500 Subject: [U-Boot] [PATCH v1] board: ti: beagle_x15: Reused to support am57xx_evm In-Reply-To: <1446067477-31111-1-git-send-email-s-kipisz2@ti.com> References: <1446067477-31111-1-git-send-email-s-kipisz2@ti.com> Message-ID: <56325699.6050707@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/28/2015 04:24 PM, Steve Kipisz wrote: [...] > For now, we did turn off CONFIG_DM and CONFIG_DEFAULT_DEVICE_TREE > as we are expecting to add additional boards shortly. [...] > diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig > index f6566bf..7573246 100644 > --- a/configs/am57xx_evm_defconfig > +++ b/configs/am57xx_evm_defconfig > @@ -1,19 +1,8 @@ > CONFIG_ARM=y > CONFIG_OMAP54XX=y > -CONFIG_TARGET_BEAGLE_X15=y > -CONFIG_DEFAULT_DEVICE_TREE="am57xx-beagle-x15" NAK. While I do agree to the rename to encompass the platform better, I disagree to disable DM and device tree for x15 - neither of which should necessary for the rename. -- Regards, Nishanth Menon