]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am335x_evm: Never set CONFIG_EXTRA_ENV_SETTINGS in SPL
authorTom Rini <trini@ti.com>
Tue, 26 Feb 2013 18:08:53 +0000 (13:08 -0500)
committerTom Rini <trini@ti.com>
Fri, 8 Mar 2013 21:41:12 +0000 (16:41 -0500)
commita32f42f65d30fc2ac15fb14e00779db5bc780153
treeb7fed9cd313a0611f61b7cd0cc1ec2afa876d767
parent4cfc611b4a4ce009cfad46804bec2a1caad8e329
am335x_evm: Never set CONFIG_EXTRA_ENV_SETTINGS in SPL

Because of our support for network-based SPL, we don't discard all of
the environment related functions.  We however never make use of the
default CONFIG_EXTRA_ENV_SETTINGS items and as this variable grows, it
brings us closer to (or with some toolchains, over) our SPL size limit.
Never set this in the case of SPL.

Signed-off-by: Tom Rini <trini@ti.com>
include/configs/am335x_evm.h