rockchip: rk3128: enable RKIMG_BOOTCOMMAND when SPL is disabled
Change-Id: I32042f76161e5912d1b30d1165b36c999c3e6179 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
b6b0fe1fea
commit
839446eac3
|
|
@ -20,7 +20,9 @@
|
|||
"stdout=serial,vidconsole\0" \
|
||||
"stderr=serial,vidconsole\0"
|
||||
|
||||
#ifndef CONFIG_SPL_BUILD
|
||||
#undef CONFIG_BOOTCOMMAND
|
||||
#define CONFIG_BOOTCOMMAND RKIMG_BOOTCOMMAND
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue