diff options
author | Adam Ford <aford173@gmail.com> | 2017-08-13 08:21:39 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-02 10:45:24 -0400 |
commit | db35573a71aa4033cfba44b098892d129fa66333 (patch) | |
tree | 25538048574804c11e9cf12982c3232332abcc7c /include/configs | |
parent | 6ef2f90108e2cf101d931c71ea7904f2b6301641 (diff) | |
download | u-boot-db35573a71aa4033cfba44b098892d129fa66333.tar.gz u-boot-db35573a71aa4033cfba44b098892d129fa66333.tar.xz u-boot-db35573a71aa4033cfba44b098892d129fa66333.zip |
omap3_logic: Move CONFIG_SYS_NAND_U_BOOT_OFFS to Kconfig
Manually enable SYS_NAND_U_BOOT_LOCATIONS.
Set CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000 and remove it from header
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap3_logic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index b8821d1f78..a4a40f4e48 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -90,7 +90,6 @@ #define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW_DETECTION_SW #define CONFIG_SYS_NAND_MAX_OOBFREE 2 #define CONFIG_SYS_NAND_MAX_ECCPOS 56 -#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000 #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ #define CONFIG_MTD_PARTITIONS /* required for UBI partition support */ #define MTDIDS_DEFAULT "nand0=omap2-nand.0" |