Re: [U-Boot] [PATCH v1] board: ti: beagle_x15: Reused to support am57xx_evm

2015-10-29 Thread Nishanth Menon
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 > ---

Re: [U-Boot] [PATCH v1] board: ti: beagle_x15: Reused to support am57xx_evm

2015-10-29 Thread Tom Rini
On Thu, Oct 29, 2015 at 12:25:45PM -0500, Nishanth Menon wrote: > 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

[U-Boot] [PATCH v1] board: ti: beagle_x15: Reused to support am57xx_evm

2015-10-28 Thread Steve Kipisz
Rename the beagle_x15 directory to am57xx to support TI EVMs that use the AM57xx processor. By doing this we have common code reuse. There will be multiple TI EVMs that use the same code base. This will cause changes in build procedures for existing beagleboard-x15 users. This is in perparation