diff options
author | Adam Ford <aford173@gmail.com> | 2021-09-20 11:14:30 -0500 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2021-10-29 21:52:20 +0200 |
commit | 8e8fb50a93febd944e8943d752a6d9b065d45fcd (patch) | |
tree | 5f7e5e8d600ec310186ddcf6157fe3ff8e13fe04 /board | |
parent | cde373f04f116b931b87bc17cf5d101c181e77cc (diff) | |
download | u-boot-8e8fb50a93febd944e8943d752a6d9b065d45fcd.tar.gz u-boot-8e8fb50a93febd944e8943d752a6d9b065d45fcd.tar.bz2 u-boot-8e8fb50a93febd944e8943d752a6d9b065d45fcd.zip |
ARM: rmobile: Beacon: Remove dead code
There are a few do-nothing functions that can be removed.
Remove them.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/beacon/beacon-rzg2m/beacon-rzg2m.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/board/beacon/beacon-rzg2m/beacon-rzg2m.c b/board/beacon/beacon-rzg2m/beacon-rzg2m.c index b3521fcbc1..df6044a429 100644 --- a/board/beacon/beacon-rzg2m/beacon-rzg2m.c +++ b/board/beacon/beacon-rzg2m/beacon-rzg2m.c @@ -10,16 +10,6 @@ DECLARE_GLOBAL_DATA_PTR; -void s_init(void) -{ -} - -/* Kconfig forces this on, so just return 0 */ -int board_early_init_f(void) -{ - return 0; -} - int board_init(void) { /* address of boot parameters */ |