summaryrefslogtreecommitdiff
path: root/include/configs/work_92105.h
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2018-09-17 21:56:37 +0300
committerTom Rini <trini@konsulko.com>2018-10-19 19:56:58 +0300
commit578f76cfda5d00d406c115358c90cd4f51750bac (patch)
tree2c0fda5cdfdefb5797ba6cf6f0b86dd5d894408a /include/configs/work_92105.h
parent61eb2860757a89eeb4f6573067263424d8452bfe (diff)
downloadu-boot-578f76cfda5d00d406c115358c90cd4f51750bac.tar.xz
work_92105: remove unused CONFIG_SPL_NAND_BOOT configuration option
The option is unused, SPL image gets a wanted boot device by standard spl_boot_device() call. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'include/configs/work_92105.h')
-rw-r--r--include/configs/work_92105.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h
index 471b3f4861..67b5e9aa11 100644
--- a/include/configs/work_92105.h
+++ b/include/configs/work_92105.h
@@ -146,7 +146,6 @@
/* SPL will load U-Boot from NAND offset 0x40000 */
#define CONFIG_SPL_NAND_DRIVERS
#define CONFIG_SPL_NAND_BASE
-#define CONFIG_SPL_NAND_BOOT
#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x00040000
#define CONFIG_SPL_PAD_TO 0x20000
/* U-Boot will be 0x40000 bytes, loaded and run at CONFIG_SYS_TEXT_BASE */