Lines Matching +full:no +full:- +full:mmc
1 /* SPDX-License-Identifier: GPL-2.0+ */
8 * U-Boot file:/include/configs/am335x_evm.h
10 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
18 #include "siemens-am33x-common.h"
62 "mmc rescan; " \
64 "fatload mmc ${mmc_dev} ${kloadaddr} ${bootfile}\0" \
65 "loadbootenv=fatload mmc ${mmc_dev} ${loadaddr} ${bootenv}\0" \
66 "importbootenv=echo Importing environment from mmc ...; " \
67 "env import -t $loadaddr $filesize\0" \
81 /* set to negative value for no autoboot */
88 "if mmc rescan; then " \
89 "echo SD/MMC found on device ${mmc_dev};" \
94 "if test -n $uenvcmd; then " \
109 "setenv autoload no; " \