diff mbox series

xilinx: zynqmp: Clean up xilinx_zynqmp.h

Message ID fa117ac482591d3d5957af54fe99e6acc89972e3.1713167731.git.michal.simek@amd.com
State New
Delegated to: Michal Simek
Headers show
Series xilinx: zynqmp: Clean up xilinx_zynqmp.h | expand

Commit Message

Michal Simek April 15, 2024, 7:55 a.m. UTC
Options are moving to Kconfig by running sed and comments are staying in
that's why do clean up and remove useless comments.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 include/configs/xilinx_zynqmp.h | 6 ------
 1 file changed, 6 deletions(-)

Comments

Michal Simek April 24, 2024, 8:22 a.m. UTC | #1
On 4/15/24 09:55, Michal Simek wrote:
> Options are moving to Kconfig by running sed and comments are staying in
> that's why do clean up and remove useless comments.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
>   include/configs/xilinx_zynqmp.h | 6 ------
>   1 file changed, 6 deletions(-)
> 
> diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
> index 5bc117e19000..c5cbb76645ef 100644
> --- a/include/configs/xilinx_zynqmp.h
> +++ b/include/configs/xilinx_zynqmp.h
> @@ -42,8 +42,6 @@
>   # define PARTS_DEFAULT
>   #endif
>   
> -/* Console I/O Buffer Size */
> -
>   /* Ethernet driver */
>   #if defined(CONFIG_ZYNQ_GEM)
>   # define PHY_ANEG_TIMEOUT       20000
> @@ -204,10 +202,6 @@
>   # define CFG_SYS_SPI_ARGS_SIZE	0xa0000
>   #endif
>   
> -/* u-boot is like dtb */
> -
> -/* ATF is my kernel image */
> -
>   #ifdef CONFIG_SPL_SYS_MALLOC_SIMPLE
>   # error "Disable CONFIG_SPL_SYS_MALLOC_SIMPLE. Full malloc needs to be used"
>   #endif

Applied.
M
Michal Simek April 24, 2024, 8:23 a.m. UTC | #2
On 4/15/24 09:55, Michal Simek wrote:
> Options are moving to Kconfig by running sed and comments are staying in
> that's why do clean up and remove useless comments.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
>   include/configs/xilinx_zynqmp.h | 6 ------
>   1 file changed, 6 deletions(-)
> 
> diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
> index 5bc117e19000..c5cbb76645ef 100644
> --- a/include/configs/xilinx_zynqmp.h
> +++ b/include/configs/xilinx_zynqmp.h
> @@ -42,8 +42,6 @@
>   # define PARTS_DEFAULT
>   #endif
>   
> -/* Console I/O Buffer Size */
> -
>   /* Ethernet driver */
>   #if defined(CONFIG_ZYNQ_GEM)
>   # define PHY_ANEG_TIMEOUT       20000
> @@ -204,10 +202,6 @@
>   # define CFG_SYS_SPI_ARGS_SIZE	0xa0000
>   #endif
>   
> -/* u-boot is like dtb */
> -
> -/* ATF is my kernel image */
> -
>   #ifdef CONFIG_SPL_SYS_MALLOC_SIMPLE
>   # error "Disable CONFIG_SPL_SYS_MALLOC_SIMPLE. Full malloc needs to be used"
>   #endif

Applied.
M
diff mbox series

Patch

diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index 5bc117e19000..c5cbb76645ef 100644
--- a/include/configs/xilinx_zynqmp.h
+++ b/include/configs/xilinx_zynqmp.h
@@ -42,8 +42,6 @@ 
 # define PARTS_DEFAULT
 #endif
 
-/* Console I/O Buffer Size */
-
 /* Ethernet driver */
 #if defined(CONFIG_ZYNQ_GEM)
 # define PHY_ANEG_TIMEOUT       20000
@@ -204,10 +202,6 @@ 
 # define CFG_SYS_SPI_ARGS_SIZE	0xa0000
 #endif
 
-/* u-boot is like dtb */
-
-/* ATF is my kernel image */
-
 #ifdef CONFIG_SPL_SYS_MALLOC_SIMPLE
 # error "Disable CONFIG_SPL_SYS_MALLOC_SIMPLE. Full malloc needs to be used"
 #endif