summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2022-10-22 17:28:22 +0300
committerStefano Babic <sbabic@denx.de>2022-11-08 00:45:05 +0300
commitb6c8a280905562c3833bb3da994691de60e5fd8d (patch)
treeea33da1e4f81da035a72e5c014e264cd7ffeb7bf /board
parenta5685ea4882f68ac5b34d5e8613e357962f55e9d (diff)
downloadu-boot-b6c8a280905562c3833bb3da994691de60e5fd8d.tar.xz
imx: imx8mm_beacon: Eliminate a few extras to free up SPL space
There are a few functions which are not essential for use in SPL, but they take up enough space to make other preferred features not fit. Remove the extras. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'board')
-rw-r--r--board/beacon/imx8mm/spl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/beacon/imx8mm/spl.c b/board/beacon/imx8mm/spl.c
index a93cc93878..b0e9d918da 100644
--- a/board/beacon/imx8mm/spl.c
+++ b/board/beacon/imx8mm/spl.c
@@ -44,11 +44,6 @@ static void spl_dram_init(void)
ddr_init(&dram_timing);
}
-void spl_board_init(void)
-{
- debug("Normal Boot\n");
-}
-
#ifdef CONFIG_SPL_LOAD_FIT
int board_fit_config_name_match(const char *name)
{