diff options
author | Michal Simek <monstr@monstr.eu> | 2012-07-10 10:31:31 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2012-07-10 11:54:06 +0200 |
commit | 575a3d21f6d7cbb653e48a957d0b2db944f2b9b3 (patch) | |
tree | f9135962ff321281df6a22b56a2a6b005ac94a21 /include | |
parent | e0bb305df88c98215da6d16af3709863d59ee256 (diff) | |
download | u-boot-imx-575a3d21f6d7cbb653e48a957d0b2db944f2b9b3.zip u-boot-imx-575a3d21f6d7cbb653e48a957d0b2db944f2b9b3.tar.gz u-boot-imx-575a3d21f6d7cbb653e48a957d0b2db944f2b9b3.tar.bz2 |
microblaze: intc: Clear interrupt code
Clear and prepare for device-tree driven configuration.
Remove CONFIG_SYS_INTC_0 definition
Use dynamic allocation instead of static.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/microblaze-generic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 9a0f9a1..56dcc02 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -102,7 +102,6 @@ /* interrupt controller */ #ifdef XILINX_INTC_BASEADDR -# define CONFIG_SYS_INTC_0 1 # define CONFIG_SYS_INTC_0_ADDR XILINX_INTC_BASEADDR # define CONFIG_SYS_INTC_0_NUM XILINX_INTC_NUM_INTR_INPUTS #endif |