Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/configs/
H A Dam335x_evm.ha32f42f65d30fc2ac15fb14e00779db5bc780153 Tue Feb 26 18:08:53 UTC 2013 Tom Rini <trini@ti.com> 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>