2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2016-03-31 18:51:36 +00:00
|
|
|
/*
|
|
|
|
* include/configs/salvator-x.h
|
|
|
|
* This file is Salvator-X board configuration.
|
|
|
|
*
|
|
|
|
* Copyright (C) 2015 Renesas Electronics Corporation
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __SALVATOR_X_H
|
|
|
|
#define __SALVATOR_X_H
|
|
|
|
|
|
|
|
#include "rcar-gen3-common.h"
|
|
|
|
|
2017-05-13 13:57:46 +00:00
|
|
|
/* Environment in eMMC, at the end of 2nd "boot sector" */
|
|
|
|
|
2022-11-16 18:10:41 +00:00
|
|
|
#define CFG_SYS_FLASH_BANKS_LIST { 0x08000000 }
|
|
|
|
#define CFG_SYS_WRITE_SWAPPED_DATA
|
2017-07-29 19:28:50 +00:00
|
|
|
|
2016-03-31 18:51:36 +00:00
|
|
|
#endif /* __SALVATOR_X_H */
|