File tree 17 files changed +15
-84
lines changed
17 files changed +15
-84
lines changed Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
3
* Copyright 2011-2013 Freescale Semiconductor, Inc.
4
- * Copyright 2020 NXP
4
+ * Copyright 2020-2021 NXP
5
5
*/
6
6
7
7
/*
@@ -618,7 +618,6 @@ unsigned long get_board_ddr_clk(void);
618
618
#ifdef CONFIG_MMC
619
619
#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR
620
620
#define CONFIG_SYS_FSL_ESDHC_BROKEN_TIMEOUT
621
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
622
621
#endif
623
622
624
623
/*
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
3
* Copyright 2014 Freescale Semiconductor, Inc.
4
- * Copyright 2020 NXP
4
+ * Copyright 2020-2021 NXP
5
5
*/
6
6
7
7
/*
@@ -574,7 +574,6 @@ unsigned long get_board_ddr_clk(void);
574
574
#ifdef CONFIG_MMC
575
575
#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR
576
576
#define CONFIG_SYS_FSL_ESDHC_BROKEN_TIMEOUT
577
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
578
577
#endif
579
578
580
579
/*
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
3
* Copyright 2014 Freescale Semiconductor, Inc.
4
- * Copyright 2020 NXP
4
+ * Copyright 2020-2021 NXP
5
5
*/
6
6
7
7
/*
@@ -585,7 +585,6 @@ unsigned long get_board_ddr_clk(void);
585
585
#ifdef CONFIG_MMC
586
586
#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR
587
587
#define CONFIG_SYS_FSL_ESDHC_BROKEN_TIMEOUT
588
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
589
588
#endif
590
589
591
590
Original file line number Diff line number Diff line change 56
56
#define CONFIG_DDR_CLK_FREQ 100000000
57
57
#define COUNTER_FREQUENCY_REAL (CONFIG_SYS_CLK_FREQ / 4)
58
58
59
- /* MMC */
60
- #ifdef CONFIG_MMC
61
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
62
- #endif
63
-
64
59
/* ethernet */
65
60
#define CONFIG_SYS_RX_ETH_BUFFER 8
66
61
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
- * Copyright 2017 NXP
3
+ * Copyright 2017, 2021 NXP
4
4
*/
5
5
6
6
#ifndef __LS1012A2G5RDB_H__
13
13
#define CONFIG_CHIP_SELECTS_PER_CTRL 1
14
14
#define CONFIG_SYS_SDRAM_SIZE 0x40000000
15
15
16
- /* MMC */
17
- #ifdef CONFIG_MMC
18
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
19
- #endif
20
-
21
16
/* SATA */
22
17
#define CONFIG_LIBATA
23
18
#define CONFIG_SCSI_AHCI
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
- * Copyright 2018 NXP
3
+ * Copyright 2018, 2021 NXP
4
4
*/
5
5
6
6
#ifndef __LS1012AFRWY_H__
33
33
func(DHCP, dhcp, na)
34
34
#endif
35
35
36
- /* MMC */
37
- #ifdef CONFIG_MMC
38
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
39
- #endif
40
-
41
36
#define CONFIG_PCIE1 /* PCIE controller 1 */
42
37
43
38
#define CONFIG_PCI_SCAN_SHOW
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
3
* Copyright 2016 Freescale Semiconductor, Inc.
4
+ * Copyright 2021 NXP
4
5
*/
5
6
6
7
#ifndef __LS1012AQDS_H__
93
94
DSPI_CTAR_DT(0))
94
95
#define CONFIG_SPI_FLASH_EON /* cs3 */
95
96
96
- /* MMC */
97
- #ifdef CONFIG_MMC
98
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
99
- #endif
100
-
101
97
#define CONFIG_PCIE1 /* PCIE controller 1 */
102
98
103
99
#define CONFIG_PCI_SCAN_SHOW
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
- * Copyright 2020 NXP
3
+ * Copyright 2020-2021 NXP
4
4
* Copyright 2016 Freescale Semiconductor, Inc.
5
5
*/
6
6
38
38
#define __PHY_ETH2_MASK 0xFB
39
39
#define __PHY_ETH1_MASK 0xFD
40
40
41
- /* MMC */
42
- #ifdef CONFIG_MMC
43
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
44
- #endif
45
-
46
-
47
41
#define CONFIG_PCIE1 /* PCIE controller 1 */
48
42
49
43
#define CONFIG_PCI_SCAN_SHOW
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
- * Copyright 2019-2020 NXP
3
+ * Copyright 2019-2021 NXP
4
4
*/
5
5
6
6
#ifndef __L1028A_COMMON_H
93
93
94
94
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
95
95
96
- /* MMC */
97
- #ifdef CONFIG_MMC
98
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
99
- #endif
100
-
101
96
#define OCRAM_NONSECURE_SIZE 0x00010000
102
97
#define CONFIG_SYS_FSL_QSPI_BASE 0x20000000
103
98
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
3
* Copyright (C) 2015 Freescale Semiconductor
4
- * Copyright 2019-2020 NXP
4
+ * Copyright 2019-2021 NXP
5
5
*/
6
6
7
7
#ifndef __LS1043A_COMMON_H
171
171
#endif
172
172
#endif
173
173
174
- /* MMC */
175
- #ifndef SPL_NO_MMC
176
- #ifdef CONFIG_MMC
177
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
178
- #endif
179
- #endif
180
-
181
174
/* DSPI */
182
175
#ifndef SPL_NO_DSPI
183
176
#ifdef CONFIG_FSL_DSPI
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
3
* Copyright 2016 Freescale Semiconductor
4
- * Copyright 2019-2020 NXP
4
+ * Copyright 2019-2021 NXP
5
5
*/
6
6
7
7
#ifndef __LS1046A_COMMON_H
165
165
CONFIG_SYS_SCSI_MAX_LUN)
166
166
#endif
167
167
168
- /* MMC */
169
- #ifndef SPL_NO_MMC
170
- #ifdef CONFIG_MMC
171
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
172
- #endif
173
- #endif
174
-
175
168
/* FMan ucode */
176
169
#ifndef SPL_NO_FMAN
177
170
#define CONFIG_SYS_DPAA_FMAN
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
- * Copyright 2017, 2020 NXP
3
+ * Copyright 2017, 2020-2021 NXP
4
4
*/
5
5
6
6
#ifndef __LS1088A_QDS_H
@@ -361,7 +361,6 @@ unsigned long get_board_ddr_clk(void);
361
361
#define CONFIG_FSL_MEMAC
362
362
363
363
/* MMC */
364
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
365
364
#define CONFIG_ESDHC_DETECT_QUIRK ((readb(QIXIS_BASE + QIXIS_STAT_PRES1) & \
366
365
QIXIS_SDID_MASK) != QIXIS_ESDHC_NO_ADAPTER)
367
366
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
- * Copyright 2017, 2020 NXP
3
+ * Copyright 2017, 2020-2021 NXP
4
4
*/
5
5
6
6
#ifndef __LS1088A_RDB_H
507
507
#endif
508
508
#endif
509
509
510
- /* MMC */
511
- #ifdef CONFIG_MMC
512
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
513
- #endif
514
-
515
510
#ifndef SPL_NO_ENV
516
511
517
512
#define BOOT_TARGET_DEVICES (func ) \
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
- * Copyright 2017, 2019-2020 NXP
3
+ * Copyright 2017, 2019-2021 NXP
4
4
* Copyright 2015 Freescale Semiconductor
5
5
*/
6
6
@@ -318,11 +318,6 @@ unsigned long get_board_ddr_clk(void);
318
318
#define CONFIG_PCI_SCAN_SHOW
319
319
#endif
320
320
321
- /* MMC */
322
- #ifdef CONFIG_MMC
323
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
324
- #endif
325
-
326
321
/* Initial environment variables */
327
322
#undef CONFIG_EXTRA_ENV_SETTINGS
328
323
#ifdef CONFIG_NXP_ESBC
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
- * Copyright 2017, 2019-2020 NXP
3
+ * Copyright 2017, 2019-2021 NXP
4
4
* Copyright 2015 Freescale Semiconductor
5
5
*/
6
6
@@ -300,11 +300,6 @@ unsigned long get_board_sys_clk(void);
300
300
#define CONFIG_PCI_SCAN_SHOW
301
301
#endif
302
302
303
- /* MMC */
304
- #ifdef CONFIG_MMC
305
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
306
- #endif
307
-
308
303
#define BOOT_TARGET_DEVICES (func ) \
309
304
func(USB, usb, 0) \
310
305
func(MMC, mmc, 0) \
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
2
/*
3
- * Copyright 2018-2020 NXP
3
+ * Copyright 2018-2021 NXP
4
4
*/
5
5
6
6
#ifndef __LX2_COMMON_H
129
129
#define CONFIG_PCI_SCAN_SHOW
130
130
#endif
131
131
132
- /* MMC */
133
- #ifdef CONFIG_MMC
134
- #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
135
- #endif
136
-
137
132
/* SATA */
138
133
139
134
#ifdef CONFIG_SCSI
Original file line number Diff line number Diff line change @@ -2307,7 +2307,6 @@ CONFIG_SYS_FSL_MAX_NUM_OF_SEC
2307
2307
CONFIG_SYS_FSL_MC9SDZ60_I2C_ADDR
2308
2308
CONFIG_SYS_FSL_MC_BASE
2309
2309
CONFIG_SYS_FSL_MC_SIZE
2310
- CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
2311
2310
CONFIG_SYS_FSL_NI_BASE
2312
2311
CONFIG_SYS_FSL_NI_SIZE
2313
2312
CONFIG_SYS_FSL_NO_SERDES
You can’t perform that action at this time.
0 commit comments