Added autogeneration of cinfo.c with memory capabilities

Also fixed a bug with configurator in that the containers
were not sorted properly and consequently an already filled
in container was getting overwritten by the new one.
	modified:   config/configuration.py
	modified:   configure.py
	new file:   generate_kernel_cinfo.py
	deleted:    src/generic/cinfo.c
This commit is contained in:
Bahadir Balban
2009-09-22 19:35:18 +03:00
parent 4f65fc0fa9
commit f29d86b5ff
4 changed files with 163 additions and 146 deletions

View File

@@ -56,8 +56,6 @@ def configure_kernel(cml_file):
bare_cont_gen = BareContGenerator()
bare_cont_gen.bare_container_generate(config)
#config.config_print()
if __name__ == "__main__":
configure_kernel(join(CML2_CONFIG_SRCDIR, "arm.cml"))