Home
last modified time | relevance | path

Searched hist:"86 e30e67ad068ebedd1e6cc8833ba413ea28ed75" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dqfw.c86e30e67ad068ebedd1e6cc8833ba413ea28ed75 Mon May 23 02:37:18 UTC 2016 Miao Yan <yanmiaobest@gmail.com> cmd: qfw: do not require default macros when building qfw command

The qfw command interface makes use of CONFIG_LOADADDR and
CONFIG_RAMDISKADDR to setup kernel. But not all boards have these macros,
which causes build problem on those platforms.

This patch fixes this issue.

Signed-off-by: Miao Yan <yanmiaobest@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>