Hi,

i thought about having exactly one CONFIG_CMD_CPUINFO. No need for
your steps 2. and 3., because both arch/arm/Makefile and
arch/arm/Makefile could do "obj-$(CONFIG_CMD_CPUINFO) += cpuinfo.o",
you cannot compile for ARM and MIPS at the same time anyway.

However, I decided against it. Because then I'd have to remove the
example "cpuinfo" output from them the Kconfig help.

Just that generally I'd like to have output example in the Kconfig, so
that people see at "make xconfig" time if they want this command or
not. I, for example, don't want "cpuinfo", I know which CPU is
soldered into the board :-)

_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to