diff mbox

[U-Boot] i.MX31 PDK: Enable generic board for i.MX31 PDK

Message ID 1407258187-1577-1-git-send-email-lilja.magnus@gmail.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Magnus Lilja Aug. 5, 2014, 5:03 p.m. UTC
Enable CONFIG_SYS_GENERIC_BOARD for the i.MX31 PDK board.

Tested on actual hardware.

Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
---

Note: This was tested in a tree where the start.S issue discussed
in the "SPL broken on i.mx31 platforms" thread has been fixed.

 include/configs/mx31pdk.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Fabio Estevam Aug. 5, 2014, 5:30 p.m. UTC | #1
On Tue, Aug 5, 2014 at 2:03 PM, Magnus Lilja <lilja.magnus@gmail.com> wrote:
> Enable CONFIG_SYS_GENERIC_BOARD for the i.MX31 PDK board.
>
> Tested on actual hardware.
>
> Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
> ---
>
> Note: This was tested in a tree where the start.S issue discussed
> in the "SPL broken on i.mx31 platforms" thread has been fixed.

Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
Stefano Babic Aug. 8, 2014, 9:05 a.m. UTC | #2
On 05/08/2014 19:03, Magnus Lilja wrote:
> Enable CONFIG_SYS_GENERIC_BOARD for the i.MX31 PDK board.
> 
> Tested on actual hardware.
> 
> Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
> ---


Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
index f796a41..bc4583b 100644
--- a/include/configs/mx31pdk.h
+++ b/include/configs/mx31pdk.h
@@ -20,6 +20,8 @@ 
 #define CONFIG_ARM1136			/* This is an arm1136 CPU core */
 #define CONFIG_MX31			/* in a mx31 */
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_BOARDINFO