Skip to content

Commit 0e80ac2

Browse files
committed
cv_bsp_generator: don't change keys from hps.xml
1 parent e6e52a0 commit 0e80ac2

File tree

1 file changed

+13
-13
lines changed
  • arch/arm/mach-socfpga/cv_bsp_generator

1 file changed

+13
-13
lines changed

arch/arm/mach-socfpga/cv_bsp_generator/hps.py

+13-13
Original file line numberDiff line numberDiff line change
@@ -292,22 +292,22 @@ def get_default_pinmux_configs(self):
292292
p['usb1'] = { 'name': 'CFG_HPS_USB1', 'used': 0 }
293293
p['nand'] = { 'name': 'CFG_HPS_NAND', 'used': 0 }
294294
p['sdmmc'] = { 'name': 'CFG_HPS_SDMMC', 'used': 0 }
295-
p['CFG_HPS_SDMMC_BUSWIDTH'] = { 'name': 'CFG_HPS_SDMMC_BUSWIDTH', 'used': 0 }
295+
p['CONFIG_HPS_SDMMC_BUSWIDTH'] = { 'name': 'CFG_HPS_SDMMC_BUSWIDTH', 'used': 0 }
296296
p['qspi'] = { 'name': 'CFG_HPS_QSPI', 'used': 0 }
297-
p['CFG_HPS_QSPI_CS3'] = { 'name': 'CFG_HPS_QSPI_CS3', 'used': 0 }
298-
p['CFG_HPS_QSPI_CS2'] = { 'name': 'CFG_HPS_QSPI_CS2', 'used': 0 }
299-
p['CFG_HPS_QSPI_CS1'] = { 'name': 'CFG_HPS_QSPI_CS1', 'used': 0 }
300-
p['CFG_HPS_QSPI_CS0'] = { 'name': 'CFG_HPS_QSPI_CS0', 'used': 0 }
297+
p['CONFIG_HPS_QSPI_CS3'] = { 'name': 'CFG_HPS_QSPI_CS3', 'used': 0 }
298+
p['CONFIG_HPS_QSPI_CS2'] = { 'name': 'CFG_HPS_QSPI_CS2', 'used': 0 }
299+
p['CONFIG_HPS_QSPI_CS1'] = { 'name': 'CFG_HPS_QSPI_CS1', 'used': 0 }
300+
p['CONFIG_HPS_QSPI_CS0'] = { 'name': 'CFG_HPS_QSPI_CS0', 'used': 0 }
301301
p['uart0'] = { 'name': 'CFG_HPS_UART0', 'used': 0 }
302-
p['CFG_HPS_UART0_TX'] = { 'name': 'CFG_HPS_UART0_TX', 'used': 0 }
303-
p['CFG_HPS_UART0_CTS'] = { 'name': 'CFG_HPS_UART0_CTS', 'used': 0 }
304-
p['CFG_HPS_UART0_RTS'] = { 'name': 'CFG_HPS_UART0_RTS', 'used': 0 }
305-
p['CFG_HPS_UART0_RX'] = { 'name': 'CFG_HPS_UART0_RX', 'used': 0 }
302+
p['CONFIG_HPS_UART0_TX'] = { 'name': 'CFG_HPS_UART0_TX', 'used': 0 }
303+
p['CONFIG_HPS_UART0_CTS'] = { 'name': 'CFG_HPS_UART0_CTS', 'used': 0 }
304+
p['CONFIG_HPS_UART0_RTS'] = { 'name': 'CFG_HPS_UART0_RTS', 'used': 0 }
305+
p['CONFIG_HPS_UART0_RX'] = { 'name': 'CFG_HPS_UART0_RX', 'used': 0 }
306306
p['uart1'] = { 'name': 'CFG_HPS_UART1', 'used': 0 }
307-
p['CFG_HPS_UART1_TX'] = { 'name': 'CFG_HPS_UART1_TX', 'used': 0 }
308-
p['CFG_HPS_UART1_CTS'] = { 'name': 'CFG_HPS_UART1_CTS', 'used': 0 }
309-
p['CFG_HPS_UART1_RTS'] = { 'name': 'CFG_HPS_UART1_RTS', 'used': 0 }
310-
p['CFG_HPS_UART1_RX'] = { 'name': 'CFG_HPS_UART1_RX', 'used': 0 }
307+
p['CONFIG_HPS_UART1_TX'] = { 'name': 'CFG_HPS_UART1_TX', 'used': 0 }
308+
p['CONFIG_HPS_UART1_CTS'] = { 'name': 'CFG_HPS_UART1_CTS', 'used': 0 }
309+
p['CONFIG_HPS_UART1_RTS'] = { 'name': 'CFG_HPS_UART1_RTS', 'used': 0 }
310+
p['CONFIG_HPS_UART1_RX'] = { 'name': 'CFG_HPS_UART1_RX', 'used': 0 }
311311
p['trace'] = { 'name': 'CFG_HPS_TRACE', 'used': 0 }
312312
p['i2c0'] = { 'name': 'CFG_HPS_I2C0', 'used': 0 }
313313
p['i2c1'] = { 'name': 'CFG_HPS_I2C1', 'used': 0 }

0 commit comments

Comments
 (0)