Home
last modified time | relevance | path

Searched hist:24753676 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/configs/km/
H A Dkm-powerpc.h24753676 Wed Aug 13 03:24:04 CDT 2014 Valentin Longchamp <valentin.longchamp@keymile.com> km-powerpc: define CONFIG_PRAM to protect PHRAM and PNVRAM

When u-boot initializes the RAM (early in boot) it looks for the "pram"
env variable to know which is area it cannot use. If the "pram" env variable
is not found, the default CONFIG_PRAM value is used.

This value used to be 0 (no protection at all). This patch sets it to a
value that covers PHRAM and PNVRAM that must be protected in our case.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Reviewed-by: York Sun <yorksun@freescale.com>