blob: 14ea40bee3edd79f4e88105a2b13812be65a198b [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Marek Vasutad43cd32017-07-21 23:15:21 +02002/*
3 * include/configs/ulcb.h
4 * This file is ULCB board configuration.
5 *
6 * Copyright (C) 2017 Renesas Electronics Corporation
Marek Vasutad43cd32017-07-21 23:15:21 +02007 */
8
9#ifndef __ULCB_H
10#define __ULCB_H
11
Marek Vasutad43cd32017-07-21 23:15:21 +020012#include "rcar-gen3-common.h"
13
Marek Vasutad43cd32017-07-21 23:15:21 +020014/* Environment in eMMC, at the end of 2nd "boot sector" */
Marek Vasutad43cd32017-07-21 23:15:21 +020015
Marek Vasutb4690062017-07-29 21:28:50 +020016#define CONFIG_FLASH_SHOW_PROGRESS 45
17#define CONFIG_SYS_FLASH_QUIET_TEST
18#define CONFIG_SYS_FLASH_BANKS_LIST { 0x08000000 }
Marek Vasutb4690062017-07-29 21:28:50 +020019#define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_16BIT
Marek Vasutb4690062017-07-29 21:28:50 +020020#define CONFIG_SYS_MAX_FLASH_SECT 256
21#define CONFIG_SYS_WRITE_SWAPPED_DATA
22
Marek Vasutad43cd32017-07-21 23:15:21 +020023#endif /* __ULCB_H */