diff options
| author | Tom Rini <[email protected]> | 2024-11-26 10:49:44 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-11-26 10:49:44 -0600 |
| commit | ff7bf50b30eb2749023620616d53a28c2b6246ff (patch) | |
| tree | 178241108efef072c015026d56534426505baa1d /include/configs | |
| parent | 48380f9b2a12e3fc6339d6af5a154bded769d911 (diff) | |
| parent | a488d9f26e37bcb5776bc8a2dadb708f1ac9cfdc (diff) | |
Merge tag 'u-boot-imx-next-20241126' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/23563
- Make Siemens i.MX8 Capricorn board to boot U-Boot mainline again.
- Add support for phycore-imx93 2GB LPDDR4X variant.
- Add phycore-imx8mm EEPROM detection initialisation.
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/capricorn-common.h | 4 | ||||
| -rw-r--r-- | include/configs/deneb.h | 16 |
2 files changed, 3 insertions, 17 deletions
diff --git a/include/configs/capricorn-common.h b/include/configs/capricorn-common.h index 1f61b2b6af6..4d95f3fd79b 100644 --- a/include/configs/capricorn-common.h +++ b/include/configs/capricorn-common.h @@ -95,7 +95,9 @@ #define CFG_SYS_SDRAM_BASE 0x80000000 #define PHYS_SDRAM_1 0x80000000 #define PHYS_SDRAM_2 0x880000000 -/* DDR3 board total DDR is 1 GB */ +/* Set default values to the smallest DDR we have in capricorn modules + * Use it in case the system controller would return an error + */ #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1 GB */ #define PHYS_SDRAM_2_SIZE 0x00000000 /* 0 GB */ diff --git a/include/configs/deneb.h b/include/configs/deneb.h deleted file mode 100644 index f155bb8bf50..00000000000 --- a/include/configs/deneb.h +++ /dev/null @@ -1,16 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright 2019 Siemens AG - * - */ - -#ifndef __DENEB_H -#define __DENEB_H - -#include "capricorn-common.h" - -/* DDR3 board total DDR is 2 GB */ -#undef PHYS_SDRAM_1_SIZE -#define PHYS_SDRAM_1_SIZE 0x80000000 /* 2 GB */ - -#endif /* __DENEB_H */ |
