rockchip: rk1808: define CONFIG_SYS_MMC_ENV_DEV as 0
Change-Id: I34584893af47880d73b4016923af44a5fb6b7b1d Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
2e544f944c
commit
babab61fd1
|
|
@ -13,6 +13,8 @@
|
||||||
"stdout=serial,vidconsole\0" \
|
"stdout=serial,vidconsole\0" \
|
||||||
"stderr=serial,vidconsole\0"
|
"stderr=serial,vidconsole\0"
|
||||||
|
|
||||||
|
#define CONFIG_SYS_MMC_ENV_DEV 0
|
||||||
|
|
||||||
#ifndef CONFIG_SPL_BUILD
|
#ifndef CONFIG_SPL_BUILD
|
||||||
#undef CONFIG_BOOTCOMMAND
|
#undef CONFIG_BOOTCOMMAND
|
||||||
#define CONFIG_BOOTCOMMAND RKIMG_BOOTCOMMAND
|
#define CONFIG_BOOTCOMMAND RKIMG_BOOTCOMMAND
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue