summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-04-07 16:25:35 +0200
committerMichal Simek <michal.simek@xilinx.com>2016-04-13 18:29:06 +0200
commit08afaf1b4068772fd30ac50e570d6e490fdb3619 (patch)
tree282dbd235e1db90433e7e959338224e93835b734 /include
parent6c0c958de8259d1163afd5f3b20206a0b6f61c54 (diff)
downloadtalos-obmc-uboot-08afaf1b4068772fd30ac50e570d6e490fdb3619.tar.gz
talos-obmc-uboot-08afaf1b4068772fd30ac50e570d6e490fdb3619.zip
ARM64: zynqmp: Clean header after moving stuff to Kconfig
Moving stuff to Kconfig by script is keep some empty lines or comment in the file. Remove them. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/xilinx_zynqmp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index a603255176..f7b4643708 100644
--- a/include/configs/xilinx_zynqmp.h
+++ b/include/configs/xilinx_zynqmp.h
@@ -17,7 +17,6 @@
#define CONFIG_SYS_NO_FLASH
-
/* Generic Interrupt Controller Definitions */
#define CONFIG_GICV2
#define GICD_BASE 0xF9010000
@@ -44,8 +43,6 @@
#define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE
-/* Flat Device Tree Definitions */
-
/* Generic Timer Definitions - setup in EL3. Setup by ATF for other cases */
#if !defined(COUNTER_FREQUENCY)
# define COUNTER_FREQUENCY 100000000
OpenPOWER on IntegriCloud