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:
Joseph Chen 2018-08-20 17:32:39 +08:00 committed by Jianhong Chen
parent b6b0fe1fea
commit 839446eac3
1 changed files with 2 additions and 0 deletions

View File

@ -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