mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-06 14:32:03 +00:00
Remove various unused interrupt related code
Withd53ecad92f
some unused interrupt related code was removed. However all of these options are currently unused. Rather than migrate some of these options to Kconfig we just remove the code in question. The only related code changes here are that in some cases we use CONFIG_STACKSIZE in non-IRQ related context. In these cases we rename and move the value local to the code in question. Fixes:d53ecad92f
("Merge branch 'master' of git://git.denx.de/u-boot-sunxi") Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
d53ecad92f
commit
01abae4d04
74 changed files with 5 additions and 345 deletions
|
@ -2859,9 +2859,6 @@ CONFIG_SSP1_BASE
|
|||
CONFIG_SSP2_BASE
|
||||
CONFIG_SSP3_BASE
|
||||
CONFIG_STACKBASE
|
||||
CONFIG_STACKSIZE
|
||||
CONFIG_STACKSIZE_FIQ
|
||||
CONFIG_STACKSIZE_IRQ
|
||||
CONFIG_STANDALONE_LOAD_ADDR
|
||||
CONFIG_STATIC_BOARD_REV
|
||||
CONFIG_STATIC_RELA
|
||||
|
@ -6052,7 +6049,6 @@ CONFIG_SYS_SSD_BASE
|
|||
CONFIG_SYS_SSD_BASE_PHYS
|
||||
CONFIG_SYS_SST_SECT
|
||||
CONFIG_SYS_SST_SECTSZ
|
||||
CONFIG_SYS_STACKSIZE
|
||||
CONFIG_SYS_STACK_LENGTH
|
||||
CONFIG_SYS_STACK_SIZE
|
||||
CONFIG_SYS_STATUS_C
|
||||
|
@ -6562,7 +6558,6 @@ CONFIG_USB_XHCI_PCI
|
|||
CONFIG_USER_LOWLEVEL_INIT
|
||||
CONFIG_USE_FDT
|
||||
CONFIG_USE_INTERRUPT
|
||||
CONFIG_USE_IRQ
|
||||
CONFIG_USE_NAND
|
||||
CONFIG_USE_NETDEV
|
||||
CONFIG_USE_NOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue