commit | 43626766c933f597c479e9975c8a39297110687b | [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 | 92106270449812c2a5613907ea17eebc83abaf77 [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>