summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-03 15:09:24 -0500
committerTom Rini <trini@konsulko.com>2021-02-03 15:25:40 -0500
commit9b9f7311f0caf7c0471493d68abdad2c0c2c3e06 (patch)
tree8c989541f1a1eec21c7395af8e57e5cd4fcfed26
parent5a7000c37ea0f26890a50dec19f06cb31beefc24 (diff)
downloadu-boot-9b9f7311f0caf7c0471493d68abdad2c0c2c3e06.tar.gz
arm: goni: Disable CONFIG_REVISION_TAG
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@samsung.com> Signed-off-by: Tom Rini <trini@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.
-rw-r--r--board/samsung/goni/goni.c5
-rw-r--r--include/configs/s5p_goni.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/board/samsung/goni/goni.c b/board/samsung/goni/goni.c
index 2f0ef22c41..d13347c93f 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 9688bdc4c0..ca9edaa438 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 */