siemens: Move CONFIG_FACTORYSET to Kconfig
[platform/kernel/u-boot.git] / include / configs / draco.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2013 Siemens Schweiz AG
4  * (C) Heiko Schocher, DENX Software Engineering, hs@denx.de.
5  *
6  * Based on:
7  * U-Boot file:/include/configs/am335x_evm.h
8  *
9  * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
10  */
11
12 #ifndef __CONFIG_DRACO_H
13 #define __CONFIG_DRACO_H
14
15 #include "siemens-am33x-common.h"
16
17 #define DDR_PLL_FREQ    303
18
19 #define BOARD_DFU_BUTTON_GPIO   27      /* Use as default */
20 #define GPIO_LAN9303_NRST       88      /* GPIO2_24 = gpio88 */
21
22 #define CONFIG_ENV_SETTINGS_BUTTONS_AND_LEDS \
23         "button_dfu0=27\0" \
24         "led0=103,1,0\0" \
25         "led1=64,0,1\0"
26
27  /* Physical Memory Map */
28 #define CONFIG_MAX_RAM_BANK_SIZE        (1024 << 20)    /* 1GB */
29
30 /* Define own nand partitions */
31 #define CONFIG_ENV_RANGE        (4 * CONFIG_SYS_ENV_SECT_SIZE)
32
33 #ifndef CONFIG_SPL_BUILD
34
35 /* Default env settings */
36 #define CONFIG_EXTRA_ENV_SETTINGS \
37         "hostname=draco\0" \
38         "ubi_off=2048\0"\
39         "nand_img_size=0x400000\0" \
40         "optargs=\0" \
41         "preboot=draco_led 0\0" \
42         CONFIG_ENV_SETTINGS_BUTTONS_AND_LEDS \
43         CONFIG_ENV_SETTINGS_V2 \
44         CONFIG_ENV_SETTINGS_NAND_V2
45
46 #ifndef CONFIG_RESTORE_FLASH
47 /* set to negative value for no autoboot */
48 #endif
49 #endif  /* CONFIG_SPL_BUILD */
50 #endif  /* ! __CONFIG_DRACO_H */