diff mbox

[U-Boot,01/10] arm: am437x: cm-t43: fix cm-t43 boot

Message ID 1455902390-5387-2-git-send-email-nikita@compulab.co.il
State Accepted
Commit 034a8196603f87b40537c078713236b092fd3dec
Delegated to: Tom Rini
Headers show

Commit Message

Nikita Kiryanov Feb. 19, 2016, 5:19 p.m. UTC
spl_board_init() is necessary for boot. Remove the #undef that keeps
it out of the boot sequence.

Cc: Tom Rini <trini@konsulko.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
---
 include/configs/cm_t43.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Feb. 20, 2016, 12:55 a.m. UTC | #1
On Fri, Feb 19, 2016 at 07:19:41PM +0200, Nikita Kiryanov wrote:

> spl_board_init() is necessary for boot. Remove the #undef that keeps
> it out of the boot sequence.
> 
> Cc: Tom Rini <trini@konsulko.com>
> Cc: Albert Aribaud <albert.u.boot@aribaud.net>
> Cc: Igor Grinberg <grinberg@compulab.co.il>
> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>

Reviewed-by: Tom Rini <trini@konsulko.com>
Tom Rini Feb. 25, 2016, 3:25 p.m. UTC | #2
On Fri, Feb 19, 2016 at 07:19:41PM +0200, Nikita Kiryanov wrote:

> spl_board_init() is necessary for boot. Remove the #undef that keeps
> it out of the boot sequence.
> 
> Cc: Tom Rini <trini@konsulko.com>
> Cc: Albert Aribaud <albert.u.boot@aribaud.net>
> Cc: Igor Grinberg <grinberg@compulab.co.il>
> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h
index d3cd38d..d0dfdef 100644
--- a/include/configs/cm_t43.h
+++ b/include/configs/cm_t43.h
@@ -98,7 +98,6 @@ 
 #undef CONFIG_SPL_OS_BOOT
 #undef CONFIG_SPL_GPIO_SUPPORT
 #undef CONFIG_SPL_NAND_SUPPORT
-#undef CONFIG_SPL_BOARD_INIT
 #undef CONFIG_BOOTDELAY
 #include <config_distro_defaults.h>
 #define CONFIG_ZERO_BOOTDELAY_CHECK