]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
define 'bbt' partition at fixed address
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 13 Jun 2013 14:36:46 +0000 (16:36 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 13 Jun 2013 14:36:46 +0000 (16:36 +0200)
include/configs/tx6q.h

index 50b5971e14bdc191dbd36b143f70d88520e62deb..7bdd1847b5511c01b88aa539828f5b927463317e 100644 (file)
        "1m@" xstr(CONFIG_SYS_NAND_U_BOOT_OFFS) "(u-boot),"             \
        CONFIG_SYS_ENV_PART_STR                                         \
        "4m(linux),32m(rootfs),256k(dtb),"                              \
-       CONFIG_SYS_USERFS_PART_STR ",512k(bbt)ro"
+       CONFIG_SYS_USERFS_PART_STR ",512k@0x7f80000(bbt)ro"
 
 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM_1
 #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_SDRAM_BASE + 0x1000 - /* Fix this */ \