]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
TX48 config: add 'dtb' partition to default mtdparts
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 27 Aug 2012 06:51:24 +0000 (08:51 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 27 Aug 2012 06:51:24 +0000 (08:51 +0200)
include/configs/tx48.h

index 095563de2cd59528ccd4fcf717a07e93ccb99023..5cdd712bb009fcd369a52abe4271b243ed78752d 100644 (file)
        xstr(CONFIG_ENV_SIZE)                                           \
        "(env),"                                                        \
        xstr(CONFIG_ENV_SIZE)                                           \
-       "(env2),4m(linux),16m(rootfs),-(userfs)"
+       "(env2),4m(linux),16m(rootfs),256k(dtb),-(userfs)"
 #else
 #define MTDPARTS_DEFAULT               "mtdparts=" MTD_NAME ":"        \
        "128k(u-boot-spl),"                                             \
        "1m(u-boot),"                                                   \
        xstr(CONFIG_ENV_SIZE)                                           \
-       "(env),4m(linux),16m(rootfs),-(userfs)"
+       "(env),4m(linux),16m(rootfs),256k(dtb),-(userfs)"
 #endif
 
 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM_1