blob: 8dc6702de481ff0e1fb965035dc1b05fba8d4328 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +09002/*
3 * include/configs/salvator-x.h
4 * This file is Salvator-X board configuration.
5 *
6 * Copyright (C) 2015 Renesas Electronics Corporation
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +09007 */
8
9#ifndef __SALVATOR_X_H
10#define __SALVATOR_X_H
11
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090012#include "rcar-gen3-common.h"
13
Marek Vasut50fb0c42017-05-13 15:57:46 +020014/* Environment in eMMC, at the end of 2nd "boot sector" */
Marek Vasut50fb0c42017-05-13 15:57:46 +020015
Tom Rini65cc0e22022-11-16 13:10:41 -050016#define CFG_SYS_FLASH_BANKS_LIST { 0x08000000 }
17#define CFG_SYS_WRITE_SWAPPED_DATA
Marek Vasut16dcfbc2017-07-29 21:28:50 +020018
Nobuhiro Iwamatsue525d342016-04-01 03:51:36 +090019#endif /* __SALVATOR_X_H */