9
0
Fork 0
barebox/arch/nios2
Sascha Hauer 7839011f61 bootm: Move bootm options to common/Kconfig
bootm has a C API, so the bootm options have to depend on the
option providing the bootm code (CONFIG_BOOTM), not on the
option providing the command (CONFIG_CMD_BOOTM). Fixing the
dependencies makes it possible to fully use bootm from C without
enabling the bootm command support.
This also removes the CMD_ prefix from the options which means
we have to update the defconfigs aswell.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-05-10 14:51:58 +02:00
..
boards/generic Set model and hostname at boardlevel 2013-08-16 08:40:55 +02:00
configs bootm: Move bootm options to common/Kconfig 2016-05-10 14:51:58 +02:00
cpu restart: replace reset_cpu with registered restart handlers 2015-08-27 21:37:03 +02:00
include/asm nios2: Add missing typedef for umode_t 2016-02-01 09:14:28 +01:00
lib whole tree: remove trailing whitespaces 2016-04-21 15:17:52 +02:00
Kconfig sandbox: allow "make ARCH=sandbox allyesconfig" 2014-07-22 21:29:57 +02:00
Makefile make make -s more silent 2012-10-17 22:17:12 +02:00