mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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 <enrico.leto@siemens.com> Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
committed by
Fabio Estevam
parent
645a42d7ee
commit
c8b3c46bde
@@ -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 */
|
||||
Reference in New Issue
Block a user