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:
parent
7add799788
commit
33cde59d36
|
|
@ -7,11 +7,6 @@
|
||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
#define __CONFIG_H
|
#define __CONFIG_H
|
||||||
|
|
||||||
#ifndef CONFIG_SPL_BUILD
|
|
||||||
#undef CONFIG_BOOTCOMMAND
|
|
||||||
#define CONFIG_BOOTCOMMAND RKIMG_BOOTCOMMAND
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define ROCKCHIP_DEVICE_SETTINGS
|
#define ROCKCHIP_DEVICE_SETTINGS
|
||||||
#include <configs/rk3288_common.h>
|
#include <configs/rk3288_common.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,11 +7,6 @@
|
||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
#define __CONFIG_H
|
#define __CONFIG_H
|
||||||
|
|
||||||
#ifndef CONFIG_SPL_BUILD
|
|
||||||
#undef CONFIG_BOOTCOMMAND
|
|
||||||
#define CONFIG_BOOTCOMMAND RKIMG_BOOTCOMMAND
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define ROCKCHIP_DEVICE_SETTINGS
|
#define ROCKCHIP_DEVICE_SETTINGS
|
||||||
#include <configs/rk3288_common.h>
|
#include <configs/rk3288_common.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,11 @@
|
||||||
#include <asm/arch/hardware.h>
|
#include <asm/arch/hardware.h>
|
||||||
#include "rockchip-common.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_SKIP_LOWLEVEL_INIT_ONLY
|
||||||
#define CONFIG_SYS_MALLOC_LEN (32 << 20)
|
#define CONFIG_SYS_MALLOC_LEN (32 << 20)
|
||||||
#define CONFIG_SYS_CBSIZE 1024
|
#define CONFIG_SYS_CBSIZE 1024
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue