Lines Matching +full:no +full:- +full:mmc
7 * U-Boot file:/include/configs/am335x_evm.h
9 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
11 * SPDX-License-Identifier: GPL-2.0+
20 #include "siemens-am33x-common.h"
54 "optargs=fixrtc --no-log consoleblank=0 \0" \
61 "mmc rescan; " \
63 "fatload mmc ${mmc_dev} ${kloadaddr} ${bootfile}\0" \
64 "loadbootenv=fatload mmc ${mmc_dev} ${loadaddr} ${bootenv}\0" \
65 "importbootenv=echo Importing environment from mmc ...; " \
66 "env import -t $loadaddr $filesize\0" \
80 /* set to negative value for no autoboot */
83 "if mmc rescan; then " \
84 "echo SD/MMC found on device ${mmc_dev};" \
89 "if test -n $uenvcmd; then " \
104 "setenv autoload no; " \