]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
config_defaults.h: new header for common u-boot config defaults
authorMike Frysinger <vapier@gentoo.org>
Thu, 3 Dec 2009 02:15:03 +0000 (21:15 -0500)
committerWolfgang Denk <wd@denx.de>
Sun, 17 Jan 2010 23:04:42 +0000 (00:04 +0100)
commit10c32ff59f7abe352b548066918bc5ea39e7c47b
tree080aea94c21b3c09d3664d326ae855a02df56a82
parent3e3989619f5ed3ee28002d985f3da28540586ab9
config_defaults.h: new header for common u-boot config defaults

There are a bunch of features in U-Boot that we want to enable by default,
and it's best if we centralize them in one place rather than updating all
the board files out there.

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