From f1fef1d8a141e0b4e4520d66e162c06ff047bd16 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Mon, 26 Apr 2010 13:07:28 +0200 Subject: keymile, common: add setting of some environment variables This patch adds last_stage_init to all keymile boards. And in the last stage init some environment variables for u-boot were set. Currently these are pnvramaddr, pram and var address. Signed-off-by: Holger Brunck Signed-off-by: Heiko Schocher Acked-by: Kim Phillips cc: Valentin Longchamp cc: Wolfgang Denk cc: Kim Phillips --- include/configs/keymile-common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/keymile-common.h') diff --git a/include/configs/keymile-common.h b/include/configs/keymile-common.h index 77e2090..da5a447 100644 --- a/include/configs/keymile-common.h +++ b/include/configs/keymile-common.h @@ -26,6 +26,9 @@ /* Do boardspecific init for all boards */ #define CONFIG_BOARD_EARLY_INIT_R +#define CONFIG_LAST_STAGE_INIT + +#define CONFIG_BOOTCOUNT_LIMIT /* * By default kwbimage.cfg from board specific folder is used -- cgit v1.1