env: Enable getenv_f() for SPL_BUILD
authorStefan Roese <sr@denx.de>
Wed, 26 Sep 2012 11:01:00 +0000 (13:01 +0200)
committerStefan Roese <sr@denx.de>
Wed, 5 Dec 2012 16:30:27 +0000 (17:30 +0100)
commitd3aa8b8be2204e709fe307787dfbd8234316b41b
tree8190d3158180814360b5bac6b06d07c70326209a
parentea8256f072ccc04c83fa10030673cdd4cd01cbd9
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>
common/Makefile