With commit c2ef47887 mci.f_max default value is
only set when pdata is available.
Fix this with always setting the mci.f_max default
value and overrite it when pdata available.
Signed-off-by: Teresa Gámez
---
changes in v2:
- set default value always and overwrite it when pdata available
- upd
On 06:31 Wed 02 Oct , Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 23:35 Tue 01 Oct , Rostislav Lisovy wrote:
> > This patchset adds support for Voipac X53-DMM-668 module equipped
> > with i.mx53 CPU. More info about the module may be found at:
> > http://www.voipac.com/#X53-DMM-668
> >
>
On 23:35 Tue 01 Oct , Rostislav Lisovy wrote:
> This patchset adds support for Voipac X53-DMM-668 module equipped
> with i.mx53 CPU. More info about the module may be found at:
> http://www.voipac.com/#X53-DMM-668
>
> The board specific code enables UART0, NAND flash, Ethernet.
> The flash_hea
On 23:35 Tue 01 Oct , Rostislav Lisovy wrote:
> Signed-off-by: Rostislav Lisovy
>
>
> diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types
> index 325513f..b4c8228 100644
> --- a/arch/arm/tools/mach-types
> +++ b/arch/arm/tools/mach-types
> @@ -3314,7 +3314,7 @@ dimm_imx28
On 23:35 Tue 01 Oct , Rostislav Lisovy wrote:
> In board.c enable UART0, NAND flash, Ethernet.
> The DCD in flash_header.c is very similar (except for one line)
> to that from freescale-mx53-smd
>
> Signed-off-by: Rostislav Lisovy
> ---
> create mode 100644 arch/arm/boards/freescale-mx53-voi
In board.c enable UART0, NAND flash, Ethernet.
The DCD in flash_header.c is very similar (except for one line)
to that from freescale-mx53-smd
Signed-off-by: Rostislav Lisovy
---
create mode 100644 arch/arm/boards/freescale-mx53-voipac/Makefile
create mode 100644 arch/arm/boards/freescale-mx53-
This patchset adds support for Voipac X53-DMM-668 module equipped
with i.mx53 CPU. More info about the module may be found at:
http://www.voipac.com/#X53-DMM-668
The board specific code enables UART0, NAND flash, Ethernet.
The flash_header.c containing DCD configuration data is almost
the same (ex
Signed-off-by: Rostislav Lisovy
diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types
index 325513f..b4c8228 100644
--- a/arch/arm/tools/mach-types
+++ b/arch/arm/tools/mach-types
@@ -3314,7 +3314,7 @@ dimm_imx28MACH_DIMM_IMX28
DIMM_IMX28 3355
Signed-off-by: Rostislav Lisovy
diff --git a/arch/arm/boards/Makefile b/arch/arm/boards/Makefile
index 2e924fd..8070de9 100644
--- a/arch/arm/boards/Makefile
+++ b/arch/arm/boards/Makefile
@@ -35,6 +35,7 @@ obj-$(CONFIG_MACH_FREESCALE_MX35_3STACK) +=
freescale-mx35-3-stack/
obj-$(CONFIG_M
Signed-off-by: Rostislav Lisovy
---
create mode 100644 arch/arm/boards/freescale-mx53-voipac/env/config
diff --git a/arch/arm/boards/freescale-mx53-voipac/env/config
b/arch/arm/boards/freescale-mx53-voipac/env/config
new file mode 100644
index 000..59432d7
--- /dev/null
+++ b/arch/arm/board
On 08:22 Tue 01 Oct , Sascha Hauer wrote:
> Fixes:
>
> arch/arm/boards/vexpress/init.c: In function 'vexpress_core_init':
> arch/arm/boards/vexpress/init.c:139:22: warning: 'hostname' may be used
> uninitialized in this function [-Wmaybe-uninitialized]
>
> Signed-off-by: Sascha Hauer
> ---
Hello Sascha,
On Tue, Oct 01, 2013 at 08:22:05AM +0200, Sascha Hauer wrote:
> + if (IS_ERR(cdev))
> + return PTR_ERR(cdev);
> + return 0;
In Linux you can use
return PTR_ERR_OR_ZERO(cdev)
instead. Didn't check if barebox already has that.
Best regards
Uwe
--
Pengut
12 matches
Mail list logo