diff options
Diffstat (limited to 'include/configs/ebisu.h')
-rw-r--r-- | include/configs/ebisu.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/configs/ebisu.h b/include/configs/ebisu.h new file mode 100644 index 00000000000..707e7c28d55 --- /dev/null +++ b/include/configs/ebisu.h @@ -0,0 +1,19 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * include/configs/ebisu.h + * This file is Ebisu board configuration. + * + * Copyright (C) 2018 Renesas Electronics Corporation + */ + +#ifndef __EBISU_H +#define __EBISU_H + +#include "rcar-gen3-common.h" + +/* Environment in eMMC, at the end of 2nd "boot sector" */ + +#define CFG_SYS_FLASH_BANKS_LIST { 0x08000000 } +#define CFG_SYS_WRITE_SWAPPED_DATA + +#endif /* __EBISU_H */ |