blob: ec22b453e0fba6adc1de4ac8bcf11033f13cdd9c [file] [log] [blame]
Masahiro Yamada6f7b68c2019-07-10 20:07:38 +09001// 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
10int uniphier_sbc_boot_is_swapped(void)
11{
12 return !(readl(SBBASE0) & SBBASE_BANK_ENABLE);
13}