blob: 946f1d964696f776c886895a734ade1fcc1a2912 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Marek Vasut7387d4c2017-10-08 20:41:18 +02002/*
3 * include/configs/draak.h
4 * This file is Draak board configuration.
5 *
6 * Copyright (C) 2015 Renesas Electronics Corporation
Marek Vasut7387d4c2017-10-08 20:41:18 +02007 */
8
9#ifndef __DRAAK_H
10#define __DRAAK_H
11
Marek Vasut7387d4c2017-10-08 20:41:18 +020012#include "rcar-gen3-common.h"
13
Marek Vasut7387d4c2017-10-08 20:41:18 +020014/* Environment in eMMC, at the end of 2nd "boot sector" */
Marek Vasut7387d4c2017-10-08 20:41:18 +020015
Tom Rini65cc0e22022-11-16 13:10:41 -050016#define CFG_SYS_FLASH_BANKS_LIST { 0x08000000 }
17#define CFG_SYS_WRITE_SWAPPED_DATA
Marek Vasut7387d4c2017-10-08 20:41:18 +020018
19#endif /* __DRAAK_H */