On 25/04/2015 23:47, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Instead of hardcoding the 'fdtfile' variable, let's detect the SoC and
> board variant on the fly and change the dtb name.
>
> Based on the scheme done on am335x board.
>
> Signed-off-by: Fabio Estevam
> ---Applied to u-boot
Hi Fabio,
On 27/04/2015 12:11, Fabio Estevam wrote:
> Hi Stefano,
>
> On Mon, Apr 27, 2015 at 4:51 AM, Stefano Babic wrote:
>
>>> +int board_late_init(void)
>>> +{
>>> +#ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
>>> + if (is_hummingboard())
>>> + setenv("board_name", "HUMMINGBO
Hi Stefano,
On Mon, Apr 27, 2015 at 4:51 AM, Stefano Babic wrote:
>> +int board_late_init(void)
>> +{
>> +#ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
>> + if (is_hummingboard())
>> + setenv("board_name", "HUMMINGBOARD");
>> + else
>> + setenv("board_name", "CUBOXI
Hi Fabio,
On 25/04/2015 23:47, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Instead of hardcoding the 'fdtfile' variable, let's detect the SoC and
> board variant on the fly and change the dtb name.
>
> Based on the scheme done on am335x board.
>
> Signed-off-by: Fabio Estevam
> ---
> Chang
On Sat, Apr 25, 2015 at 06:47:21PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Instead of hardcoding the 'fdtfile' variable, let's detect the SoC and
> board variant on the fly and change the dtb name.
>
> Based on the scheme done on am335x board.
>
> Signed-off-by: Fabio Estevam
T
On 2015-04-25, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Instead of hardcoding the 'fdtfile' variable, let's detect the SoC and
> board variant on the fly and change the dtb name.
>
> Based on the scheme done on am335x board.
>
> Signed-off-by: Fabio Estevam
Tested-By: Vagrant Cascadian
>
From: Fabio Estevam
Instead of hardcoding the 'fdtfile' variable, let's detect the SoC and
board variant on the fly and change the dtb name.
Based on the scheme done on am335x board.
Signed-off-by: Fabio Estevam
---
Changes since v4:
- None
board/solidrun/mx6cuboxi/mx6cuboxi.c | 25 +
7 matches
Mail list logo