The pnvram size was used later from start scripts in linux. Therefore
it was added to the default environment.

Signed-off-by: Holger Brunck <holger.bru...@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longch...@keymile.com>
Acked-by: Heiko Schocher <h...@denx.de>
cc: Wolfgang Denk <w...@denx.de>
cc: Detlev Zundel <d...@denx.de>

---
Changes for v3:
   - no change in the content of the patch

Changes for v2:
   - split up first large patch serie to three independent smaller
     patch series
   - rework the patch with inputs from W.Denk:
      - move variable from c-code to default env to be present in any
        case when linux starts

 include/configs/km/keymile-common.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/km/keymile-common.h 
b/include/configs/km/keymile-common.h
index 9ad2e5b..757d23a 100644
--- a/include/configs/km/keymile-common.h
+++ b/include/configs/km/keymile-common.h
@@ -293,6 +293,7 @@
                "setenv default 'run newenv; reset' &&  "               \
                "run release && saveenv; reset\0"                       \
        "checkboardid=km_checkbidhwk\0"                                 \
+       "pnvramsize=0x" xstr(CONFIG_KM_PNVRAM) "\0"                     \
        ""
 
 #ifndef CONFIG_KM_DEF_ENV
-- 
1.7.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to