]> Git Repo - J-u-boot.git/commit
cmd: qfw: do not require default macros when building qfw command
authorMiao Yan <[email protected]>
Mon, 23 May 2016 02:37:18 +0000 (19:37 -0700)
committerBin Meng <[email protected]>
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
cmd/qfw.c
This page took 0.034503 seconds and 4 git commands to generate.