[PATCH 06/13] arm: goni: Disable CONFIG_REVISION_TAG

Jaehoon Chung jh80.chung at samsung.com
Sun Feb 14 23:33:12 CET 2021


Hi Tom,

On 2/4/21 11:24 AM, Tom Rini wrote:
> Rather than provide an empty revision tag here, remove the code to
> generate an empty one and disable the feature.
> 
> Cc: Robert Baldyga <r.baldyga at samsung.com>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> I do not know if this platform ever had to support an ATAG-based Linux
> kernel and if not, there is more cleanup that could be done here.

Sorry for late because of holidays. I will check whether it's ATAG-based Linux kernel or not.

Best Regards,
Jaehoon Chung

> ---
>  board/samsung/goni/goni.c  | 5 -----
>  include/configs/s5p_goni.h | 1 -
>  2 files changed, 6 deletions(-)
> 
> diff --git a/board/samsung/goni/goni.c b/board/samsung/goni/goni.c
> index 2f0ef22c4171..d13347c93ff5 100644
> --- a/board/samsung/goni/goni.c
> +++ b/board/samsung/goni/goni.c
> @@ -23,11 +23,6 @@
>  
>  DECLARE_GLOBAL_DATA_PTR;
>  
> -u32 get_board_rev(void)
> -{
> -	return 0;
> -}
> -
>  int board_init(void)
>  {
>  	/* Set Initial global variables */
> diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
> index 9688bdc4c035..ca9edaa43855 100644
> --- a/include/configs/s5p_goni.h
> +++ b/include/configs/s5p_goni.h
> @@ -28,7 +28,6 @@
>  
>  #define CONFIG_SETUP_MEMORY_TAGS
>  #define CONFIG_CMDLINE_TAG
> -#define CONFIG_REVISION_TAG
>  #define CONFIG_INITRD_TAG
>  
>  /* Size of malloc() pool before and after relocation */
> 



More information about the U-Boot mailing list