1 // SPDX-License-Identifier: GPL-2.0+
3 * (C) Copyright 2015 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
6 * See README.rockchip for details of the rksd format
15 static int rksd_check_image_type(uint8_t type)
17 if (type == IH_TYPE_RKSD)
28 "Rockchip SD Boot Image support",
31 rkcommon_check_params,
32 rkcommon_verify_header,
33 rkcommon_print_header,
36 rksd_check_image_type,