diff options
| author | Hans de Goede <[email protected]> | 2015-08-21 21:49:51 +0200 |
|---|---|---|
| committer | Hans de Goede <[email protected]> | 2015-08-31 08:43:42 +0200 |
| commit | d90ba790d8ae40c39d9e359dc71df16911b7bdb3 (patch) | |
| tree | 40aa93444ff41c7f191ae42e5a13294b8a696916 /include | |
| parent | ddd37fe865bee8b17842a55ab917ae597fe8af0d (diff) | |
mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through Kconfig
Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through Kconfig, just like
SYS_NAND_BUSWIDTH_16BIT this is only enabled on some SoCs using depends,
to avoid double defining it for SoCs which have not yet moved to Kconfig
for this.
Having this in Kconfig is useful because this is something which may
differ from one board to the other even when using the same SoC.
Signed-off-by: Hans de Goede <[email protected]>
Acked-by: Ian Campbell <[email protected]>
Acked-by: Scott Wood <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sunxi-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 519c99cdaa5..5c65a89c4a8 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -139,7 +139,6 @@ #ifdef CONFIG_NAND_SUNXI #define CONFIG_SPL_NAND_SUPPORT 1 -#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x008000 #endif /* mmc config */ |
