commit | 6252b4fb70badcf4fb37a2cdd8268088d74e359d | [log] [tgz] |
---|---|---|
author | Matthew McClintock <msm@freescale.com> | Tue May 24 05:31:19 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jul 26 14:10:14 2011 +0200 |
tree | 0c614241f09bc6055cbb5855feeaaeeeca975ce5 | |
parent | b69e33720c75d48589b7f63b5eaed8ae952fd0db [diff] |
disk/part.c: Make features optional If we don't want to build support for any partition types we can now add #undef CONFIG_PARTITIONS in a board config file to keep this from being compiled in. Otherwise boards assume this is compiled in by default Signed-off-by: Matthew McClintock <msm@freescale.com>