Re: [U-Boot] [PATCH 11/25] SPEAr: Initialize SNOR in early_board_init_f

2012-03-07 Thread Stefan Roese
On Wednesday 07 March 2012 13:04:00 Amit Virdi wrote: > flash reading is required earlier than flash_init is called since the > env_init is called before flash_init. This makes the smi_init necessary > before env_init being called. > > Signed-off-by: Amit Virdi Acked-by: Stefan Roese Thanks, S

[U-Boot] [PATCH 11/25] SPEAr: Initialize SNOR in early_board_init_f

2012-03-07 Thread Amit Virdi
flash reading is required earlier than flash_init is called since the env_init is called before flash_init. This makes the smi_init necessary before env_init being called. Signed-off-by: Amit Virdi --- board/spear/common/spr_misc.c |8 include/configs/spear-common.h |1 + 2 fil