From 16a1993cadfb3da9df25d5436ebf355ed31cc5b1 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Wed, 28 Apr 2021 02:32:47 +0100 Subject: x1000: Remove some #ifdef SPL in the sfc/nand code Change-Id: I554d590bfa700e521a74b5216e09f9673902d676 --- firmware/target/mips/ingenic_x1000/fiiom3k/nand-target.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firmware/target/mips/ingenic_x1000/fiiom3k') diff --git a/firmware/target/mips/ingenic_x1000/fiiom3k/nand-target.h b/firmware/target/mips/ingenic_x1000/fiiom3k/nand-target.h index 26a8b840c9..1238d7e452 100644 --- a/firmware/target/mips/ingenic_x1000/fiiom3k/nand-target.h +++ b/firmware/target/mips/ingenic_x1000/fiiom3k/nand-target.h @@ -25,11 +25,6 @@ /* The max page size (main + spare) of all NAND chips used by this target */ #define NAND_MAX_PAGE_SIZE (2048 + 64) -/* The clock source to use for the SFC controller. Note the SPL has special - * handling which ignores this choice, so it only applies to bootloader & app. - */ -#define NAND_CLOCK_SOURCE X1000_CLK_SCLK_A - /* The clock speed to use for the SFC controller during chip identification */ #define NAND_INIT_CLOCK_SPEED 150000000 -- cgit v1.2.3