config_cmd_defaults.h: new header for common u-boot command defaults
authorMike Frysinger <vapier@gentoo.org>
Mon, 20 Dec 2010 23:57:09 +0000 (18:57 -0500)
committerWolfgang Denk <wd@denx.de>
Sun, 9 Jan 2011 17:01:03 +0000 (18:01 +0100)
commit52f0aa835fd6caf5f094b551e435f5c9506d61df
tree28b17dd9e03865ebc7cbc694a6d8a3e82e1243f3
parentb9347188729992ef8282a2854889d8dcc25175aa
config_cmd_defaults.h: new header for common u-boot command defaults

We have config_defaults.h which are random configuration settings that
everyone gets by default.  We also have config_cmd_default.h which is a
recommended list of defaults but boards have to opt into.  Now we have
config_cmd_defaults.h which is a list of defaults that everyone gets
and has to actively opt out of.

For now, we populate it with the bootm command which previously was
unable to be disabled.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
common/Makefile
include/config_cmd_defaults.h [new file with mode: 0644]
mkconfig