]> git.baikalelectronics.ru Git - uboot.git/commit
env: Simplify Makefile using $(SPL_TPL_)
authorYork Sun <york.sun@nxp.com>
Tue, 26 Jun 2018 17:03:22 +0000 (10:03 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 21 Jul 2018 16:24:31 +0000 (12:24 -0400)
commitcf14731388711f910dbff63451550d9d0a4f6359
treeaf23d2f9097bfaef92c69a4ed3177f85454c2907
parentfdf347771c633f4b932ab0834f83a4f9589314cf
env: Simplify Makefile using $(SPL_TPL_)

Add Kconfig options SPL_ENV_* and TPL_ENV_* and simplify Makefile.
This allows SPL/TPL image has different environment setting from
full feature U-Boot.

Signed-off-by: York Sun <york.sun@nxp.com>
env/Kconfig
env/Makefile