diff options
| author | Enrico Leto <[email protected]> | 2023-11-08 15:53:17 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-22 19:10:03 -0500 |
| commit | 1c73e05b03477ba5e17ac6dcbda9b473140f6ac5 (patch) | |
| tree | bfcd7a5058258b55ff40cf778e62abd7cbfd3938 /include | |
| parent | 054222eb68f6d7500e21dd1f01af8b9a59b89fd4 (diff) | |
siemens,am335x: clean-up draco targets
Draco is a family of 3 boards: thuban, rastaban & etamin. Rename all
targets of the family adding the draco- prefix to increase readibility
and simplify future commits about concerning all boards of the family.
The name draco was initially used for the first target. It's deprecated
since a 2nd target was introduced. Unfortunately the draco target was
copied to the thuban target instead to be renamed. Remove it to save
unnecessary maintenance effort.
Signed-off-by: Enrico Leto <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/draco-etamin.h (renamed from include/configs/etamin.h) | 0 | ||||
| -rw-r--r-- | include/configs/draco-rastaban.h (renamed from include/configs/rastaban.h) | 0 | ||||
| -rw-r--r-- | include/configs/draco-thuban.h (renamed from include/configs/thuban.h) | 0 | ||||
| -rw-r--r-- | include/configs/draco.h | 41 |
4 files changed, 0 insertions, 41 deletions
diff --git a/include/configs/etamin.h b/include/configs/draco-etamin.h index 97585a4fd12..97585a4fd12 100644 --- a/include/configs/etamin.h +++ b/include/configs/draco-etamin.h diff --git a/include/configs/rastaban.h b/include/configs/draco-rastaban.h index 0991ebfd00c..0991ebfd00c 100644 --- a/include/configs/rastaban.h +++ b/include/configs/draco-rastaban.h diff --git a/include/configs/thuban.h b/include/configs/draco-thuban.h index f4c04c55ebf..f4c04c55ebf 100644 --- a/include/configs/thuban.h +++ b/include/configs/draco-thuban.h diff --git a/include/configs/draco.h b/include/configs/draco.h deleted file mode 100644 index 8f993cee0a3..00000000000 --- a/include/configs/draco.h +++ /dev/null @@ -1,41 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * (C) Copyright 2013 Siemens Schweiz AG - * (C) Heiko Schocher, DENX Software Engineering, [email protected]. - * - * Based on: - * U-Boot file:/include/configs/am335x_evm.h - * - * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ - */ - -#ifndef __CONFIG_DRACO_H -#define __CONFIG_DRACO_H - -#include "siemens-am33x-common.h" - -#define DDR_PLL_FREQ 303 - -#define BOARD_DFU_BUTTON_GPIO 27 /* Use as default */ -#define GPIO_LAN9303_NRST 88 /* GPIO2_24 = gpio88 */ - -#define CFG_ENV_SETTINGS_BUTTONS_AND_LEDS \ - "button_dfu0=27\0" \ - "led0=103,1,0\0" \ - "led1=64,0,1\0" - - /* Physical Memory Map */ -#define CFG_MAX_RAM_BANK_SIZE (1024 << 20) /* 1GB */ - -/* Default env settings */ -#define CFG_EXTRA_ENV_SETTINGS \ - "hostname=draco\0" \ - "ubi_off=2048\0"\ - "nand_img_size=0x400000\0" \ - "optargs=\0" \ - "preboot=draco_led 0\0" \ - CFG_ENV_SETTINGS_BUTTONS_AND_LEDS \ - CFG_ENV_SETTINGS_V2 \ - CFG_ENV_SETTINGS_NAND_V2 - -#endif /* ! __CONFIG_DRACO_H */ |
