[U-Boot] [PATCH v2 4/5] configs: am57xx_evm: Enable SPL_DM

Lokesh Vutla lokeshvutla at ti.com
Fri Feb 10 11:51:18 UTC 2017



On Friday 10 February 2017 09:00 AM, Tom Rini wrote:
> On Thu, Feb 09, 2017 at 09:30:11AM +0530, Lokesh Vutla wrote:
> 
>> Enable SPL_DM on all AM57xx based platforms.
>>
>> Signed-off-by: Lokesh Vutla <lokeshvutla at ti.com>
>> ---
>>  configs/am57xx_evm_defconfig    | 7 +++++--
>>  configs/am57xx_hs_evm_defconfig | 5 ++++-
>>  include/configs/am57xx_evm.h    | 5 -----
>>  3 files changed, 9 insertions(+), 8 deletions(-)
>>
>> diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
>> index e804b02c1e..50717ba65c 100644
>> --- a/configs/am57xx_evm_defconfig
>> +++ b/configs/am57xx_evm_defconfig
>> @@ -6,7 +6,7 @@ CONFIG_SPL_SPI_FLASH_SUPPORT=y
>>  CONFIG_SPL_SPI_SUPPORT=y
>>  CONFIG_ARMV7_LPAE=y
>>  CONFIG_SPL_STACK_R_ADDR=0x82000000
>> -CONFIG_DEFAULT_DEVICE_TREE="am57xx-beagle-x15"
>> +CONFIG_DEFAULT_DEVICE_TREE="am572x-idk"
> 
> Did you really want to change the default tree?

Yeah, I make this as default as it contains peripherals for all boot modes.

Thanks and regards,
Lokesh


More information about the U-Boot mailing list