diff options
Diffstat (limited to 'target/linux/octeon/config')
-rw-r--r-- | target/linux/octeon/config/profile-mototech | 2 | ||||
-rw-r--r-- | target/linux/octeon/config/profile-simulator | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/octeon/config/profile-mototech b/target/linux/octeon/config/profile-mototech new file mode 100644 index 0000000000..dc738456e9 --- /dev/null +++ b/target/linux/octeon/config/profile-mototech @@ -0,0 +1,2 @@ +CONFIG_CRAMFS=y +CONFIG_MTD_CMDLINE_PARTS=y diff --git a/target/linux/octeon/config/profile-simulator b/target/linux/octeon/config/profile-simulator new file mode 100644 index 0000000000..5fbefec145 --- /dev/null +++ b/target/linux/octeon/config/profile-simulator @@ -0,0 +1,2 @@ +CONFIG_CMDLINE="console=ttyS0,115200 numcores=16" +CONFIG_CAVIUM_OCTEON_SIMULATOR=y |