commit | b5aca5a99e2bc530df9274279678b06246db61c1 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Tue Jan 24 18:06:53 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 06 13:04:53 2023 -0500 |
tree | 0acc786810c5f6410cdc8a03cd30a99b41e96554 | |
parent | 6c6bc7284fd308b2a5b84055bc282137054fff13 [diff] |
powerpc/mpc85xx: socrates: add MTD partitioning support setup MTD partitioning through mtdparts variable and set it to: mtdparts=fe0000000.nor:13312k(system1),13312k(system2),5120k(data),128k(env),128k(env-red),768k(u-boot) and pass this to linux per kernel commandline. Signed-off-by: Heiko Schocher <hs@denx.de>