1 // SPDX-License-Identifier: GPL-2.0+
4 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
10 * Copyright (C) 2011 Andes Technology Corporation
15 /* CPU specific code */
19 #include <asm/cache.h>
21 #include <faraday/ftwdt010_wdt.h>
24 * cleanup_before_linux() is called just before we call linux
25 * it prepares the processor for linux
27 * we disable interrupt and caches.
29 int cleanup_before_linux(void)
33 /* turn off I/D-cache */
40 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
43 panic("AE3XX wdt not support yet.\n");