commit | 86e30e67ad068ebedd1e6cc8833ba413ea28ed75 | [log] [tgz] |
---|---|---|
author | Miao Yan <yanmiaobest@gmail.com> | Sun May 22 19:37:18 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon May 23 15:18:00 2016 +0800 |
tree | 9689614035631eac7caab60e184ef82bb9d98d0c | |
parent | 1868659002a6b7ab3b1da7be74f53d3e10e915be [diff] |
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>