diff options
author | Adam Ford | 2022-10-22 09:28:22 -0500 |
---|---|---|
committer | Stefano Babic | 2022-11-07 22:45:05 +0100 |
commit | b6c8a280905562c3833bb3da994691de60e5fd8d (patch) | |
tree | ea33da1e4f81da035a72e5c014e264cd7ffeb7bf /board | |
parent | a5685ea4882f68ac5b34d5e8613e357962f55e9d (diff) |
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.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/beacon/imx8mm/spl.c b/board/beacon/imx8mm/spl.c index a93cc938784..b0e9d918da9 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) { |