summaryrefslogtreecommitdiffstats
path: root/include/configs/baltos.h
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2018-11-22 09:19:32 +0100
committerTom Rini <trini@konsulko.com>2018-12-03 10:44:10 -0500
commit1abff55a199b733c1addb8792db33ad5054bcd21 (patch)
tree4bd353e1e1404aeace3d5a64e99ddaedce93e561 /include/configs/baltos.h
parent43c2c6c364ef4f682eaa62e294bad42bcb0382c1 (diff)
downloadu-boot-1abff55a199b733c1addb8792db33ad5054bcd21.tar.gz
u-boot-1abff55a199b733c1addb8792db33ad5054bcd21.tar.xz
u-boot-1abff55a199b733c1addb8792db33ad5054bcd21.zip
arm: baltos: move CONFIG_SYS_NAND_U_BOOT_OFFS to defconfig
Also get rid of CONFIG_SYS_NAND_SPL_KERNEL_OFFS as SPL_OS_BOOT feature won't be used. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/baltos.h')
-rw-r--r--include/configs/baltos.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/configs/baltos.h b/include/configs/baltos.h
index 006b049d09..7b5f652f7e 100644
--- a/include/configs/baltos.h
+++ b/include/configs/baltos.h
@@ -34,15 +34,8 @@
/* FIT support */
#define CONFIG_SYS_BOOTM_LEN SZ_64M
-/* UBI Support */
-
-/* I2C configuration */
-
#ifdef CONFIG_NAND
-#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x00080000
-#ifdef CONFIG_SPL_OS_BOOT
-#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x00200000 /* kernel offset */
-#endif
+
#define NANDARGS \
"mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
"mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \