diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:17:57 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:52:33 +0200 |
commit | 30915ab95d9a95328623010390d94da1325529f9 (patch) | |
tree | ca834cc0cdefd8e7573268a9f2017d9d94b63555 /arch/powerpc/cpu/mpc83xx/start.S | |
parent | 93de25308dac01dd1a6ff5891e13ea849041a88a (diff) | |
download | u-boot-30915ab95d9a95328623010390d94da1325529f9.tar.gz |
mpc83xx: Migrate BATS config to Kconfig
The BATs (block address translation registers) determine the initial
memory window mappings. Hence, they must be known at compile time and
cannot be implemented in the DT mechanism.
Configuration of this crucial variable should still be somewhat
comfortable. Hence, make its fields configurable in Kconfig, and
assemble the final value from these.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'arch/powerpc/cpu/mpc83xx/start.S')
-rw-r--r-- | arch/powerpc/cpu/mpc83xx/start.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/start.S b/arch/powerpc/cpu/mpc83xx/start.S index 77170a7424..f7fc922af0 100644 --- a/arch/powerpc/cpu/mpc83xx/start.S +++ b/arch/powerpc/cpu/mpc83xx/start.S @@ -25,6 +25,7 @@ #include <asm/u-boot.h> #include "hrcw/hrcw.h" +#include "bats/bats.h" /* We don't want the MMU yet. */ |