soc/amd/common/fsp: only check FSP_M size if ADD_FSP_BINARIES selected
[coreboot.git] / util / mma / mma.conf
blob917b42a7e239d313445a13d82da44b5f09f63d40
1 # Use of this source code is governed by a BSD-style license that can be
2 # found in the LICENSE file.
4 description     "Run the mma automation tests"
5 author          "chromium-os-dev@chromium.org"
7 start on started boot-services
8 script
9         bash mma_automated_test.sh
10 end script