mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
Change mtdparts definition on trab board to match current flash map
Patch by Martin Krause, 27 Oct 2005
This commit is contained in:
parent
b1d71358a9
commit
3332240318
@ -2,6 +2,9 @@
|
|||||||
Changes since U-Boot 1.1.4:
|
Changes since U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Change mtdparts definition on trab board to match current flash map
|
||||||
|
Patch by Martin Krause, 27 Oct 2005
|
||||||
|
|
||||||
* Add MCF5282 support (without preloader)
|
* Add MCF5282 support (without preloader)
|
||||||
relocate ichache_State to ram
|
relocate ichache_State to ram
|
||||||
u-boot can run from internal flash
|
u-boot can run from internal flash
|
||||||
|
@ -384,10 +384,10 @@
|
|||||||
#define MTDIDS_DEFAULT "nor0=0"
|
#define MTDIDS_DEFAULT "nor0=0"
|
||||||
|
|
||||||
/* production flash layout */
|
/* production flash layout */
|
||||||
#define MTDPARTS_DEFAULT "mtdparts=0:32k(Firmware1)ro," \
|
#define MTDPARTS_DEFAULT "mtdparts=0:16k(Firmware1)ro," \
|
||||||
"16k(Env1)," \
|
"16k(Env1)," \
|
||||||
"16k(Env2)," \
|
"16k(Env2)," \
|
||||||
"320k(Firmware2)ro," \
|
"336k(Firmware2)ro," \
|
||||||
"896k(Kernel)," \
|
"896k(Kernel)," \
|
||||||
"5376k(Root-FS)," \
|
"5376k(Root-FS)," \
|
||||||
"1408k(JFFS2)," \
|
"1408k(JFFS2)," \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user