u-boot-brain/board/denx/m28evk
Fabio Estevam 17cc2362af mx28evk: Propagate the error if cpu_eth_init() fails
If cpu_eth_init() fails we should return the error immediately.

Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Marek Vasut <marex@denx.de>
2013-09-27 13:53:35 +02:00
..
m28evk.c mx28evk: Propagate the error if cpu_eth_init() fails 2013-09-27 13:53:35 +02:00
Makefile Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
README m28evk: Move README file inside board directory 2013-06-26 17:41:06 +02:00
spl_boot.c ARM: mxs: Receive r0 and r1 passed from BootROM 2013-09-10 19:12:54 +02:00

DENX M28EVK
===========

Files of the M28/M28EVK port
----------------------------

arch/arm/cpu/arm926ejs/mxs/	- The CPU support code for the Freescale i.MX28
arch/arm/include/asm/arch-mxs/	- Header files for the Freescale i.MX28
board/denx/m28evk/		- M28EVK board specific files
include/configs/m28evk.h	- M28EVK configuration file

Follow the instructions from doc/README.mxs to generate a bootable SD card or to
boot from NAND flash.