/* * Copyright (c) 2023, Artinchip Technology Co., Ltd * * SPDX-License-Identifier: Apache-2.0 * * Wu Dehuang */ #include #include #include #include #include #include #include static int do_xip_boot(int argc, char *argv[]) { int ret = 0; return ret; } CONSOLE_CMD(xip_boot, do_xip_boot, "XIP boot from NOR.");