MIPS: start.S: make boot config at offset 0x10 configurable
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 7 Sep 2018 17:18:44 +0000 (19:18 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 22 Sep 2018 18:59:22 +0000 (20:59 +0200)
commitd1c3d8bdfa41a7002bc9c9c0fe8cf7b41d573c0e
tree4060adc5d2ada1f03064cdde537f8d0a6939e8c2
parent32f3179ae602971beb29e9d1981e77f9006a2c53
MIPS: start.S: make boot config at offset 0x10 configurable

Some MIPS systems store some board-specific boot configuration
in the U-Boot binary at offset 0x10. This is used by Malta boards
and by Lantiq/Intel SoC's when booting from parallel NOR flash.

Convert the hard-coded values to Kconfig options to remove such
board-specific stuff out of the generic start.S code. This also
deprecates the config option CONFIG_SYS_XWAY_EBU_BOOTCFG.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
README
arch/mips/Kconfig
arch/mips/cpu/start.S
scripts/config_whitelist.txt