summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorEnrico Leto <[email protected]>2024-11-23 17:52:50 +0100
committerFabio Estevam <[email protected]>2024-11-25 23:07:37 -0300
commitc8b3c46bdeb9b1d98f930bbcfbcce7df7f04e1bc (patch)
tree3459729601049b599d29018c341910247a75211a /include/configs
parent645a42d7ee88dc8c3848c15d178b0f111c636933 (diff)
siemens: capricorn: move to cxg3 reference project with deneb board
We have many HW with capricorn i.MX8X boards. The difference in u-boot is at all by the display of the LEDs. * put upstream a reference project & board for DT and defconfig * use the capricorn prefix outside the board/siemens/capricorn folder Signed-off-by: Enrico Leto <[email protected]> Signed-off-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/deneb.h16
1 files changed, 0 insertions, 16 deletions
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 */