9
0
Fork 0

move environment to offset 0x20000 in flash

This commit is contained in:
Sascha Hauer 2007-09-27 16:34:27 +02:00
parent 26b4200ba5
commit 66af4f96e2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ static int ipe337_devices_init(void) {
register_device(&smc911x_dev);
dev_add_partition(&cfi_dev, 0x00000, 0x20000, "self");
dev_add_partition(&cfi_dev, 0x40000, 0x20000, "env");
dev_add_partition(&cfi_dev, 0x20000, 0x20000, "env");
dev_protect(&cfi_dev, 0x20000, 0, 1);
return 0;