ramips: lzma-loader: make FLASH_START configurable
authorChuanhong Guo <gch981213@gmail.com>
Wed, 2 Sep 2020 06:22:29 +0000 (14:22 +0800)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 3 Sep 2020 12:15:30 +0000 (14:15 +0200)
commitcac9e3e2cb2327442406645b261f2861c2263cd5
tree80b3dddaa0efbf9dc1250df41d7b52e9fe44d99e
parent7a5e4f5f0090ab257815d890964562debae0a6a9
ramips: lzma-loader: make FLASH_START configurable

FLASH_START is supposed to point at the memory area where NOR flash are
mapped. We currently have an incorrect FLASH_START copied from ar71xx
back then and the loader doesn't work under OKLI mode.
On ramips, mt7621 has it's flash mapped to 0x1fc00000 and other SoCs
uses 0x1c000000. This commit makes FLASH_START a configurable value to
handle both cases.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
target/linux/ramips/image/lzma-loader/Makefile
target/linux/ramips/image/lzma-loader/src/Makefile
target/linux/ramips/image/lzma-loader/src/loader.c