9
0
Fork 0

pcm051: Our units only have 256 MB of RAM modify the code

This commit is contained in:
Holger Hans Peter Freyther 2014-07-15 18:42:15 +02:00
parent 7e009ab9ac
commit de2b004a25
2 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ static noinline void pcm051_board_init(void)
fdt = __dtb_am335x_phytec_phycore_start - get_runtime_offset(); fdt = __dtb_am335x_phytec_phycore_start - get_runtime_offset();
barebox_arm_entry(0x80000000, SZ_512M, fdt); barebox_arm_entry(0x80000000, SZ_256M, fdt);
} }
ENTRY_FUNCTION(start_am33xx_phytec_phycore_sram, bootinfo, r1, r2) ENTRY_FUNCTION(start_am33xx_phytec_phycore_sram, bootinfo, r1, r2)
@ -106,5 +106,5 @@ ENTRY_FUNCTION(start_am33xx_phytec_phycore_sdram, r0, r1, r2)
fdt = __dtb_am335x_phytec_phycore_start - get_runtime_offset(); fdt = __dtb_am335x_phytec_phycore_start - get_runtime_offset();
barebox_arm_entry(0x80000000, SZ_512M, fdt); barebox_arm_entry(0x80000000, SZ_256M, fdt);
} }

View File

@ -24,7 +24,7 @@
memory { memory {
device_type = "memory"; device_type = "memory";
reg = <0x80000000 0x20000000>; /* 512 MB */ reg = <0x80000000 0x10000000>; /* 256 MB */
}; };
gpio-leds { gpio-leds {