Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A DMakefiled3aa8b8be2204e709fe307787dfbd8234316b41b Wed Sep 26 11:01:00 UTC 2012 Stefan Roese <sr@denx.de> env: Enable getenv_f() for SPL_BUILD

With this patch, getenv_f() can be included easily into the SPL
binary. With this, SPL boards can now use getenv_f() to read
environment variables (e.g. to detect if the OS or U-Boot shall
be executed).

In the approach this is done for env stored in NOR flash, as this
will be used by an upcoming MPC5200 board port.

Signed-off-by: Stefan Roese <sr@denx.de>