]> git.ipfire.org Git - people/ms/u-boot.git/commit - cmd/qfw.c
cmd: qfw: do not require default macros when building qfw command
authorMiao Yan <yanmiaobest@gmail.com>
Mon, 23 May 2016 02:37:18 +0000 (19:37 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
commit86e30e67ad068ebedd1e6cc8833ba413ea28ed75
tree9689614035631eac7caab60e184ef82bb9d98d0c
parent1868659002a6b7ab3b1da7be74f53d3e10e915be
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>
cmd/qfw.c