rockchip/rk3288: modify CONFIG_BOOTCOMMAND

Support boot with resource.img kernel.img.

Change-Id: Ifbf4180322bde0c55f312e05c0eaebaed71406e5
Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
This commit is contained in:
Nickey Yang 2018-04-16 17:02:28 +08:00 committed by Kever Yang
parent 7add799788
commit 33cde59d36
3 changed files with 5 additions and 10 deletions

View File

@ -7,11 +7,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#ifndef CONFIG_SPL_BUILD
#undef CONFIG_BOOTCOMMAND
#define CONFIG_BOOTCOMMAND RKIMG_BOOTCOMMAND
#endif
#define ROCKCHIP_DEVICE_SETTINGS
#include <configs/rk3288_common.h>

View File

@ -7,11 +7,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#ifndef CONFIG_SPL_BUILD
#undef CONFIG_BOOTCOMMAND
#define CONFIG_BOOTCOMMAND RKIMG_BOOTCOMMAND
#endif
#define ROCKCHIP_DEVICE_SETTINGS
#include <configs/rk3288_common.h>

View File

@ -10,6 +10,11 @@
#include <asm/arch/hardware.h>
#include "rockchip-common.h"
#ifndef CONFIG_SPL_BUILD
#undef CONFIG_BOOTCOMMAND
#define CONFIG_BOOTCOMMAND RKIMG_BOOTCOMMAND
#endif
#define CONFIG_SKIP_LOWLEVEL_INIT_ONLY
#define CONFIG_SYS_MALLOC_LEN (32 << 20)
#define CONFIG_SYS_CBSIZE 1024