diff options
| author | Tom Rini <[email protected]> | 2024-02-05 13:33:01 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-02-05 13:33:01 -0500 |
| commit | daa3100250839dd30626f7f4b7daf041f1114f1c (patch) | |
| tree | 95432fffa7178913998981cf721f2d0add4e4d3e /include | |
| parent | 090d8463b07c9c48f76f3cd14cf0e4bb8f884825 (diff) | |
| parent | b062eef0755d1f16eeddda0675e0e526747221af (diff) | |
Merge patch series "board: siemens: clean up subfolders"
Enrico Leto <[email protected]> says:
The common folder was initialially created for the common parts of
the products based on draco-am355x board family. We have the
product lines 'pxm2', 'rut' and the base line unfortunately named
'draco'! Adding the new capricorn-imx8 board family, the files
were enhanced without cleanup.
Simplify first EEPROM probe and access that implements both i2c
with & without driver model. Use abstraction functions for this.
Move all am355x specifics to a new file 'board_am335x'.
Clean-up includes, config checks, maintainer.
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/draco-etamin.h | 3 | ||||
| -rw-r--r-- | include/configs/draco-rastaban.h | 3 | ||||
| -rw-r--r-- | include/configs/draco-thuban.h | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/draco-etamin.h b/include/configs/draco-etamin.h index 97585a4fd12..6ae85b575b7 100644 --- a/include/configs/draco-etamin.h +++ b/include/configs/draco-etamin.h @@ -69,9 +69,6 @@ /* Physical Memory Map */ #define CFG_MAX_RAM_BANK_SIZE (1024 << 20) /* 1GB */ -#define EEPROM_ADDR_DDR3 0x90 -#define EEPROM_ADDR_CHIP 0x120 - /* nedded by compliance test in read mode */ #undef COMMON_ENV_DFU_ARGS diff --git a/include/configs/draco-rastaban.h b/include/configs/draco-rastaban.h index 0991ebfd00c..1b95606cca9 100644 --- a/include/configs/draco-rastaban.h +++ b/include/configs/draco-rastaban.h @@ -34,9 +34,6 @@ /* Physical Memory Map */ #define CFG_MAX_RAM_BANK_SIZE (1024 << 20) /* 1GB */ -#define EEPROM_ADDR_DDR3 0x90 -#define EEPROM_ADDR_CHIP 0x120 - /* Default env settings */ #define CFG_EXTRA_ENV_SETTINGS \ "hostname=rastaban\0" \ diff --git a/include/configs/draco-thuban.h b/include/configs/draco-thuban.h index f4c04c55ebf..629558e27ec 100644 --- a/include/configs/draco-thuban.h +++ b/include/configs/draco-thuban.h @@ -27,9 +27,6 @@ /* Physical Memory Map */ #define CFG_MAX_RAM_BANK_SIZE (1024 << 20) /* 1GB */ -#define EEPROM_ADDR_DDR3 0x90 -#define EEPROM_ADDR_CHIP 0x120 - /* Default env settings */ #define CFG_EXTRA_ENV_SETTINGS \ "hostname=thuban\0" \ |
