/*
 * SPDX-FileCopyrightText: 2014-2021 Stefano Babic <sbabic@denx.de>
 * SPDX-License-Identifier: CC0-1.0
 */
software =
{
        version = "0.1";

        hardware-compatibility = [ "revA" ];

        images: (
        /* single copy mode */
        {
                filename = "uImage";
                volume = "kernel";
        },
        {
                filename = "rootfs.ubifs";
                volume = "rootfs";
        }
        );
}
