mirror of
https://github.com/drasko/codezero.git
synced 2026-01-25 17:23:14 +01:00
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:
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user