This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI-Android 4.2.2 - Fastboot and eMMC

In the http://processors.wiki.ti.com/index.php/TI-Android-JB-4.2.2-DevKit-4.1.1_DeveloperGuide#Fastboot_and_eMMC

About Fastboot and eMMC :

U-boot Configuration

To configure fastboot for eMMC/SD flashing, make sure that CONFIG_FASTBOOT_NAND is not defined, CONFIG_STORAGE_EMMC is defined and CONFIG_MMC_FASTBOOT_DEV is set to appropriate MMC slot number on which eMMC is connected in u-boot/include/configs/am335x_evm.h file before building u-boot source.

But i search the u-boot source code , can't found about CONFIG_STORAGE_EMMC  and CONFIG_MMC_FASTBOOT_DEV .

What i missing ?