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"
51 "optargs=fixrtc --no-log consoleblank=0 \0" \
58 "mmc rescan; " \
60 "fatload mmc ${mmc_dev} ${kloadaddr} ${bootfile}\0" \
61 "loadbootenv=fatload mmc ${mmc_dev} ${loadaddr} ${bootenv}\0" \
62 "importbootenv=echo Importing environment from mmc ...; " \
63 "env import -t $loadaddr $filesize\0" \
77 /* set to negative value for no autoboot */
80 "if mmc rescan; then " \
81 "echo SD/MMC found on device ${mmc_dev};" \
86 "if test -n $uenvcmd; then " \
101 "setenv autoload no; " \