Masahiro Yamada | 6f7b68c | 2019-07-10 20:07:38 +0900 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | // | ||||
3 | // Copyright (C) 2011-2014 Panasonic Corporation | ||||
4 | // Copyright (C) 2015-2019 Socionext Inc. | ||||
5 | |||||
6 | #include <linux/io.h> | ||||
7 | |||||
8 | #include "sbc-regs.h" | ||||
9 | |||||
10 | int uniphier_sbc_boot_is_swapped(void) | ||||
11 | { | ||||
12 | return !(readl(SBBASE0) & SBBASE_BANK_ENABLE); | ||||
13 | } |