This pull request splits the board config up into two pieces:
the base config (cfg/base/*) which describes the flags required to build the base operating system image; and
the board config (cfg/*) which describes the board specific bits.
It also creates "mips" and "mips_ap" - mips_ap is the MIPS builds with various options disabled for smaller AP images. "mips" is a default mips32 bigendian build.
The eventual aim for this is to have each board type built once and then each image built using the pre-done board image. But, baby steps.
This pull request splits the board config up into two pieces:
It also creates "mips" and "mips_ap" - mips_ap is the MIPS builds with various options disabled for smaller AP images. "mips" is a default mips32 bigendian build.
The eventual aim for this is to have each board type built once and then each image built using the pre-done board image. But, baby steps.