Subject: [PATCH] build break in lib/board.c

1 view
Skip to first unread message

Andy Doan

unread,
Mar 17, 2011, 11:29:53 PM3/17/11
to x-loader
Commit 85c0898d4e removed the variable i. This is needed
for certain board configurations. I hit it using overo_config.

Signed-off-by: Andy Doan <andy...@linaro.org>
---
lib/board.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lib/board.c b/lib/board.c
index e3d1334..d9b6cf7 100644
--- a/lib/board.c
+++ b/lib/board.c
@@ -82,6 +82,9 @@ void start_armboot (void)
int size;
uchar *buf;
int *first_instruction;
+#if defined(CFG_ONENAND) || defined(CFG_NAND_K9F1G08R0A)
+ int i;
+#endif

for (init_fnc_ptr = init_sequence; *init_fnc_ptr; ++init_fnc_ptr)
if ((*init_fnc_ptr)())
--
1.7.4.1

Gadiyar, Anand

unread,
Mar 18, 2011, 3:16:43 AM3/18/11
to x-lo...@googlegroups.com, Andy Doan
On Fri, Mar 18, 2011 at 8:59 AM, Andy Doan <doa...@gmail.com> wrote:
> Commit 85c0898d4e removed the variable i. This is needed
> for certain board configurations. I hit it using overo_config.
>
> Signed-off-by: Andy Doan <andy...@linaro.org>

Applied, thanks!

- Anand

Reply all
Reply to author
Forward
0 new messages